mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
parent
9adb3e7889
commit
609efa7e32
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
function init(data)
|
||||
export function init(data)
|
||||
{
|
||||
Engine.GetGUIObjectByName("mainText").caption = Engine.TranslateLines(Engine.ReadFile("gui/modmod/help/help.txt"));
|
||||
return new Promise(closePageCallback =>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<objects>
|
||||
|
||||
<script directory="gui/common/"/>
|
||||
<script directory="gui/modmod/help/"/>
|
||||
<script module="gui/modmod/help/help.js"/>
|
||||
|
||||
<!-- Add a translucent black background to fade out the menu page -->
|
||||
<object type="image" sprite="ModernFade"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue