|
|
041f261a0d
|
remove android build from tracking
|
2024-06-07 11:17:12 -07:00 |
|
|
|
e99c556828
|
Settled on hitbox/hurtbox routines.
|
2024-06-07 11:09:52 -07:00 |
|
|
|
8ca248e298
|
Implemented Mediator Pattern. This could be great for state driven function calls.
|
2024-06-03 22:20:41 -07:00 |
|
|
|
85907a32b7
|
Trying out signals emmitted by states since i'm still stuck and the states and everything else are part of the same scene.
|
2024-06-02 21:39:12 -07:00 |
|
|
|
2ccd8bcb8b
|
Still working on a hit/hurtbox interactions.
|
2024-06-02 20:14:51 -07:00 |
|
|
|
225e42957f
|
Kinda have a working hit/hurtbox model again.
|
2024-06-02 13:58:49 -07:00 |
|
|
|
81d765e952
|
Fix and expand hurtbox component.
|
2024-06-02 13:18:56 -07:00 |
|
|
|
7bf55fa739
|
Moved velocity into movement component. Hope I don't regret it.
|
2024-06-02 13:09:48 -07:00 |
|
|
|
3854b2ae32
|
Working towards attacking and where to put optional states.
|
2024-06-02 11:11:26 -07:00 |
|
|
|
50c1c9db51
|
Moved actor direction into movement component. Velocity is going to be tough.
|
2024-06-02 10:25:53 -07:00 |
|
|
|
2a54a8f8fd
|
Continue to move logic into base classes. Inheritence is maybe not so bad. Added debug flags for state machine that also sets it for children so I can test one child at a time.
|
2024-06-02 09:12:06 -07:00 |
|
|
|
3162ec56ad
|
Painted into corner.
|
2024-06-01 22:27:07 -07:00 |
|
|
|
31c49ef828
|
Fix for Actor template, clean up to build things from new template.
|
2024-06-01 08:30:09 -07:00 |
|
|
|
a7b1922a0e
|
New inherited scene template based on Actor.
|
2024-05-31 23:09:23 -07:00 |
|
|
|
72b51163b1
|
More modular game Actor setup.
|
2024-05-30 23:43:32 -07:00 |
|
|
|
bdf3c7fece
|
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 |
|
|
|
f5c12c683b
|
Let there be some sound. And resources!
|
2024-05-27 23:24:32 -07:00 |
|
|
|
173b8cc67c
|
Deprecated Animation name in states. Moved exports to State base class.
|
2024-05-27 19:37:35 -07:00 |
|
|
|
d912c000ef
|
State for animated actors now inherits from a base interface.
|
2024-05-27 19:23:37 -07:00 |
|
|
|
d0d641044f
|
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 |
|
|
|
0438f1ac45
|
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 |
|
|
|
8f67de539c
|
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 |
|
|
|
10309056d0
|
Added Android build export and crappy controller support.
|
2024-05-27 10:30:32 -07:00 |
|