aboutsummaryrefslogtreecommitdiff
path: root/src/assets.odin
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-15 13:51:07 -0500
committeriamcheeseman <[hidden email]>2026-01-15 13:51:07 -0500
commit4563dfa077e029fbefd192f087338d186155ebfc (patch)
tree4af1101f408081e74fc12cb372824b7e2d3e70d4 /src/assets.odin
parent3c640e0d8244f87fec9518a60c7e5e95713d7f78 (diff)
Debug mode; displays collision shapes
Diffstat (limited to 'src/assets.odin')
-rw-r--r--src/assets.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.odin b/src/assets.odin
index b072805..0b6fcc9 100644
--- a/src/assets.odin
+++ b/src/assets.odin
@@ -49,7 +49,7 @@ images: [Image_Id]Image_Resource = {
animations: [Animation_Id]Animation_Resource = {
.NONE = {frame_count=1, frame_durations={100}, tags={}},
- .PLAYER = {frame_count = 23, frame_durations = {100, 100, 100, 100, 100, 100, 75, 75, 75, 75, 75, 75, 75, 75, 100, 100, 100, 100, 100, 100, 100, 100, 100}, tags = {"idle"={from = 0, to = 5}, "jump_trans"={from = 16, to = 16}, "run"={from = 6, to = 13}, "jump_down"={from = 17, to = 18}, "jump_up"={from = 14, to = 15}, "sleep"={from = 19, to = 22}}},
+ .PLAYER = {frame_count = 23, frame_durations = {100, 100, 100, 100, 100, 100, 75, 75, 75, 75, 75, 75, 75, 75, 100, 100, 100, 100, 100, 100, 100, 100, 100}, tags = {"jump_up"={from = 14, to = 15}, "run"={from = 6, to = 13}, "jump_trans"={from = 16, to = 16}, "jump_down"={from = 17, to = 18}, "idle"={from = 0, to = 5}, "sleep"={from = 19, to = 22}}},
}
rooms: [Room_Id]Room_Resource = {