mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
Doesn't actually change a GUI-page to use modules. Adopting a GUI-page now only requires JS and XML changes. Ref: #8081
4 lines
100 B
XML
4 lines
100 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objects>
|
|
<script module="gui/await/script.js"/>
|
|
</objects>
|