Added outfit frame variants
parent
23451eeb4b
commit
a67b7e89fc
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit 1400f7bb89f1190a11a7371bb23778881073a49f
|
Subproject commit b8ea8c5a04c0216304a81ebf396b7320a709d6ed
|
|
@ -92,7 +92,23 @@ file = "ui/landscape/test.png"
|
||||||
file = "ui/landscape-mask.png"
|
file = "ui/landscape-mask.png"
|
||||||
|
|
||||||
[sprite."ui::outfitbg"]
|
[sprite."ui::outfitbg"]
|
||||||
file = "ui/outfit-bg.png"
|
start_at = "off:top"
|
||||||
|
section.off.top = "stop"
|
||||||
|
section.off.bot = "stop"
|
||||||
|
section.off.timing.duration = 0.5
|
||||||
|
section.off.frames = ["ui/outfitbg.png"]
|
||||||
|
section.hover.top = "stop"
|
||||||
|
section.hover.bot = "stop"
|
||||||
|
section.hover.timing.duration = 0.5
|
||||||
|
section.hover.frames = ["ui/outfitbg-hover.png"]
|
||||||
|
section.selected.top = "stop"
|
||||||
|
section.selected.bot = "stop"
|
||||||
|
section.selected.timing.duration = 0.5
|
||||||
|
section.selected.frames = ["ui/outfitbg-selected.png"]
|
||||||
|
section.hoverselected.top = "stop"
|
||||||
|
section.hoverselected.bot = "stop"
|
||||||
|
section.hoverselected.timing.duration = 0.5
|
||||||
|
section.hoverselected.frames = ["ui/outfitbg-hover-selected.png"]
|
||||||
|
|
||||||
[sprite."ui::outfitterbox"]
|
[sprite."ui::outfitterbox"]
|
||||||
file = "ui/outfitter-box.png"
|
file = "ui/outfitter-box.png"
|
||||||
|
|
Loading…
Reference in New Issue