GodotWIP/src
2024-06-16 08:43:50 -07:00
..
components Projectile now uses hitbox component. Enemies now die. lol. 2024-06-08 11:08:05 -07:00
enemyB Still working on a hit/hurtbox interactions. 2024-06-02 20:14:51 -07:00
enemyC Animation tweaks. 2024-06-15 08:35:12 -07:00
playerC New player based on template! 2024-06-12 22:47:28 -07:00
playerD Trying to add more logic to state machine. 2024-06-16 08:43:50 -07:00
singleton_autoloads UI dialog and HUD switch implemented with singleton controller. 2024-06-08 14:21:47 -07:00
templates/Actor Fix and expand hurtbox component. 2024-06-02 13:18:56 -07:00
UI Simple lifebar implemented. UI work still in progress. 2024-06-08 09:15:29 -07:00
actor.gd 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
CameraControl-Position2D.gd Update camera based on PlayerInfo singleton. Add player enemy interractions and health! 2024-06-07 14:25:46 -07:00
Gun.gd Fix for Actor template, clean up to build things from new template. 2024-06-01 08:30:09 -07:00
movement_component.gd Still working on a hit/hurtbox interactions. 2024-06-02 20:14:51 -07:00
Projectile.gd More Cleanup 2024-04-25 20:49:45 -07:00
Projectile.tscn Projectile now uses hitbox component. Enemies now die. lol. 2024-06-08 11:08:05 -07:00
state_animated_actor.gd Trying to add more logic to state machine. 2024-06-16 08:43:50 -07:00
state_machine_animated_actor.gd Trying to add more logic to state machine. 2024-06-16 08:43:50 -07:00
state_machine.gd 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
state_modifier.gd Trying to add more logic to state machine. 2024-06-16 08:43:50 -07:00
state.gd Update camera based on PlayerInfo singleton. Add player enemy interractions and health! 2024-06-07 14:25:46 -07:00
UI_Dialog.tscn Projectile now uses hitbox component. Enemies now die. lol. 2024-06-08 11:08:05 -07:00
UI_Layer.gd UI impovements. 2024-06-08 23:46:15 -07:00