Commit Graph

27 Commits

Author SHA1 Message Date
a87955eb0d One step closer to movement modification. States have a LOT more movement options! 2024-06-29 20:24:38 -07:00
2b08e37337 Modifier tweaks on dash to model over to usual movement. 2024-06-29 15:56:06 -07:00
bc5c67ca82 Attack state is better. Hopefully no more crashes with new single modifier system. 2024-06-29 08:27:04 -07:00
b51d69a8f9 State animations, Finally coming together. 2024-06-29 00:51:02 -07:00
aef17c3d81 What am I even doing. 2024-06-28 14:24:02 -07:00
0203076676 states again. 2024-06-27 23:05:46 -07:00
188bf46a09 Strip out all that state modifier stuff for a new approach. 2024-06-25 21:14:30 -07:00
62f29e8a18 Player now jumps to a level start position. Level has a base class now. 2024-06-23 11:50:53 -07:00
e4a6188d89 Generalized interactable template. Created health pickup derived class. 2024-06-22 15:14:27 -07:00
a556afbe5f Interactibles working! 2024-06-22 08:35:32 -07:00
1cb72d1e43 Quick test that player sees interactible before bed. 2024-06-21 23:52:26 -07:00
3c38cdc258 Started work on an interactable sprite objects. 2024-06-21 23:45:33 -07:00
3f47fbbf7c Death anim added. 2024-06-21 22:02:16 -07:00
4c20731b6d Some more animations, finally figured out how modulate colors sort of work. Helps with that hurt animation. 2024-06-21 15:44:18 -07:00
80f2d9d1a0 Trying whole new PixelPerSecond based movement modifier system. Looking promising. 2024-06-20 15:59:50 -07:00
0686e8e8b0 Jump can now clear out a lingering fall animation transition. 2024-06-19 23:00:25 -07:00
922b4d05aa Dash momentum to jump. 2024-06-19 21:25:55 -07:00
4d4526a72d Dashing has a deceleration, can roll now too. 2024-06-19 09:06:22 -07:00
28aac7f4f6 Added janky dash. Gun and hurt. 2024-06-19 00:36:37 -07:00
75560648bf Attack state now pulls info from prevous state. 2024-06-18 21:51:42 -07:00
bc66a65c67 Crashes seem better but now enterring attack state needs to know frame from before. 2024-06-16 22:08:17 -07:00
87eba39116 More state modifier fixes. Still getting crashes. 2024-06-16 12:41:07 -07:00
438edc8e70 Trying to add more logic to state machine. 2024-06-16 08:43:50 -07:00
c23fe774a3 Struggling with animations again. 2024-06-15 14:36:34 -07:00
9d69d7df7d Animation tweaks. 2024-06-15 08:35:12 -07:00
b510927667 Continue adding Player based on inherited actor template. 2024-06-14 22:04:11 -07:00
385d722b78 New player based on template! 2024-06-12 22:47:28 -07:00