mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
parent
77b1addb45
commit
dd9ba2fd26
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
async function init(data)
|
||||
export async function init(data)
|
||||
{
|
||||
const paragraphObjects = Engine.GetGUIObjectByName("paragraphs").children;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<objects>
|
||||
|
||||
<script directory="gui/common/"/>
|
||||
<script directory="gui/splashscreen/"/>
|
||||
<script module="gui/splashscreen/splashscreen.js"/>
|
||||
|
||||
<!-- Add a translucent black background to fade out the menu page -->
|
||||
<object type="image" sprite="ModernFade"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue