forked from SilverStudioGames/WTS
The notes screen
This commit is contained in:
parent
133c2a41ec
commit
48ab47b45e
@ -38,6 +38,8 @@ define config.tag_zorder["bld2"] = 10
|
|||||||
# show screen bld2 -> show bld2
|
# show screen bld2 -> show bld2
|
||||||
# hide screen bld2 -> hide bld2
|
# hide screen bld2 -> hide bld2
|
||||||
|
|
||||||
|
# that one needs a rename to be optimized
|
||||||
|
# (the newly named goes onlayer screens at the given pos and zorder, the original animation onlayer master)
|
||||||
screen notes():
|
screen notes():
|
||||||
add "notes" xpos 320+140 ypos 330
|
add "notes" xpos 320+140 ypos 330
|
||||||
zorder 1
|
zorder 1
|
||||||
@ -46,7 +48,7 @@ screen clothing_unlock(item):
|
|||||||
zorder 30
|
zorder 30
|
||||||
modal True
|
modal True
|
||||||
|
|
||||||
use notes
|
use notes # add "renamed_notes"
|
||||||
on "show" action Play("sound", "sounds/win2.ogg")
|
on "show" action Play("sound", "sounds/win2.ogg")
|
||||||
|
|
||||||
if isinstance(item, DollCloth):
|
if isinstance(item, DollCloth):
|
||||||
|
Loading…
Reference in New Issue
Block a user