Skip to content

Commit

Permalink
Merge pull request #1 from jnackmclain/main
Browse files Browse the repository at this point in the history
mic mic check check one one two two
  • Loading branch information
lunalawl authored Nov 2, 2023
2 parents d16f4f7 + db64b17 commit cad96cc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.ark
xenia.log
recent.toml
_xenia\cache
_xenia\cache
_xenia/cache/*
24 changes: 19 additions & 5 deletions _ark/ui/splash.dta
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
{gamecfg set mode quickplay})}
#define CUT_SCENE_VIDEO
(dummy.dat)
{new
GHScreen
cut_scene_screen
#define CUT_SCENE_VIDEO_SCREEN
(
(allow_back FALSE)
(animate_transition FALSE)
(poll_count 2)
Expand All @@ -51,10 +50,25 @@
{==
0
[poll_count]}
{$this play_movie}}})
{$this play_movie}
}
}
)
)
{new
GHScreen
cut_scene_screen
CUT_SCENE_VIDEO_SCREEN
(play_movie
{meta play_movie CUT_SCENE_VIDEO}
{ui goto_screen cut_scene_screen_1})}
{new
GHScreen
cut_scene_screen_1
CUT_SCENE_VIDEO_SCREEN
(play_movie
{meta play_movie CUT_SCENE_VIDEO}
{ui goto_screen splash_screen})}
{ui goto_screen cut_scene_screen})}
#define DELAY_BEFORE_ATTRACT_SEC
(60)
{new
Expand Down

0 comments on commit cad96cc

Please sign in to comment.