Fix flippo sprite layer (#23877)

(cherry picked from commit 1cf07fadace1dd4d37967daf3e30155561712ad7)
This commit is contained in:
themias 2024-01-10 10:58:01 -05:00 committed by Debug
parent 73a7c2affc
commit 0dd92f8ab3
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,7 @@
map: ["base"]
- state: zippo_top
map: ["top"]
visible: false
- state: zippo_open
map: ["open"]
visible: false
@ -163,6 +164,9 @@
open:
True: { visible: true }
False: { visible: false }
top:
True: { visible: true }
False: { visible: false }
base:
True: { visible: false }
False: { visible: true }
@ -205,6 +209,7 @@
map: ["base"]
- state: zippo_top
map: ["top"]
visible: false
- state: zippo_engraved_open
map: ["open"]
visible: false