Updated escoria-demo-game
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
|
||||
:use
|
||||
|
||||
# Show pause menu, automatic transition are disabled by default
|
||||
# So we can manage them manually using `transition` ESC command
|
||||
# Show pause menu
|
||||
show_menu pause
|
||||
|
||||
# wait 2 seconds
|
||||
# Wait 2 seconds (this will run AFTER the pause menu is closed since the pause
|
||||
# menu also pauses the game)
|
||||
wait 2
|
||||
|
||||
# Hide pause menu, automatic transition are disabled by default
|
||||
# So we can manage them manually using `transition` ESC command
|
||||
hide_menu pause
|
||||
|
||||
:look
|
||||
say player "Button pause menu"
|
||||
say player "Button pause menu"
|
||||
|
||||
Reference in New Issue
Block a user