diff options
| author | iamcheeseman <[hidden email]> | 2026-01-16 13:30:02 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-16 13:30:02 -0500 |
| commit | 9180c51c40084aa30448bc4ffc06385489e7bf45 (patch) | |
| tree | 6b7c34fd18240151ba74195d20540e55bb89bf68 /src/assets.odin | |
| parent | 40491b6f5ce5c66f90539e4d9584a4478381930b (diff) | |
bullets slow down and squish
Diffstat (limited to 'src/assets.odin')
| -rw-r--r-- | src/assets.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.odin b/src/assets.odin index 89a5032..838bc5d 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 = {"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}}}, + .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}}}, } rooms: [Room_Id]Room_Resource = { |
