Commit Graph

24 Commits

Author SHA1 Message Date
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
3c38cdc258 Started work on an interactable sprite objects. 2024-06-21 23:45:33 -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
28aac7f4f6 Added janky dash. Gun and hurt. 2024-06-19 00:36:37 -07:00
9d69d7df7d Animation tweaks. 2024-06-15 08:35:12 -07:00
385d722b78 New player based on template! 2024-06-12 22:47:28 -07:00
6961eec7de UI dialog and HUD switch implemented with singleton controller. 2024-06-08 14:21:47 -07:00
9c8eb77b96 Update camera based on PlayerInfo singleton. Add player enemy interractions and health! 2024-06-07 14:25:46 -07:00
66a0de16bb More modular game Actor setup. 2024-05-30 23:43:32 -07:00
c4df444848 Added resource class to use in frame based sound routines. Created Actor class to extend for enemies and players. 2024-05-30 22:38:29 -07:00
6280c7eb44 Deprecated Animation name in states. Moved exports to State base class. 2024-05-27 19:37:35 -07:00
b00e504c08 State for animated actors now inherits from a base interface. 2024-05-27 19:23:37 -07:00
6e899d1bbf Cleanup unused, out of date files. Will probably want to look at old player B at some point but player C has had so many improvements but broke compatability. 2024-05-27 17:48:04 -07:00
fbcb5af32d Created base state machine and setup existing one as one for animated sprites with a kinematic body as a parent. 2024-05-27 17:32:42 -07:00
a7bc6c6349 Switch to transformed based flip on kinimatic body instead of sprite based one so gun and positions offset appropriately. I wish I knew this when I started. More improvements can be done here so I don't have to update the code in every state. 2024-05-27 16:51:38 -07:00
f6cb10fce5 Added Android build export and crappy controller support. 2024-05-27 10:30:32 -07:00
e5e8c030f6 Add state modifier stack to pop on/off state changes. 2024-05-24 21:27:27 -07:00
7d35942649 Clone Player for improvements. 2024-04-25 22:24:01 -07:00
4bb970187d More Cleanup 2024-04-25 20:49:45 -07:00
e4159c58b9 Cleanup. Organize. Moves done outside of git. 2024-04-25 20:35:04 -07:00
aaad967476 Should have done this a while ago. 2024-04-25 20:13:25 -07:00