parent
f99c81b14a
commit
f2d2c045af
@ -62,18 +62,18 @@ screen summon(xx, yy):
|
||||
use close_button(key=["summon", "game_menu"])
|
||||
|
||||
fixed:
|
||||
pos (xx, yy)
|
||||
if settings.get("animations"):
|
||||
at gui_animation
|
||||
use summon_menu(xx, yy)
|
||||
use summon_menu
|
||||
|
||||
screen summon_menu(xx, yy):
|
||||
screen summon_menu():
|
||||
tag summon_menu
|
||||
modal True
|
||||
zorder 15
|
||||
|
||||
window:
|
||||
style "empty"
|
||||
pos (xx, yy)
|
||||
xysize (207, 454)
|
||||
|
||||
use invisible_button()
|
||||
|
Loading…
Reference in New Issue
Block a user