Game?
- 6 Devlogs
- 18 Total hours
A game in godot. Maybe a survivors game because it's easy alledgedly
A game in godot. Maybe a survivors game because it's easy alledgedly
Added a god awful tileset for the background made by yours truly
Revamped attack to send an attack packet for all the data instead of a billion params (damage, knockback, special effects in the future?)
Speaking of which, we have knockback now! clap clap
The game also has a melee weapon (the coin)
that follows the player’s cursor via the WEAPON CONTROLLER which does that and other things coming soon tm
Revamped the damage component to toggle between continuous damage using physics process and one time damage each time it enters the area2d
The bullet can pierce enemies with an exportable count
And that’s all folks or some
Added a damage component so the enemy and the bullet uses it
Player can roll for immunity frames (disables hitbox on roll)
Added a GUN that automatically tracks the nearest enemy
Was working on the ai/pathfinding of the enemy this morning.
added wandering and chasing the player.
Changed the node structure so that the states’ code can be split into more components.
Added a little bit of utilities to find the player node
Added a velocity component to do movement stuff
Working on the enemy ai - not going well (it’s so over what am I even doing T-T)
Stuff I did this morning:
Imported the knight sprite from Brackeys’ Platformer Bundle (placeholder pretty much)
animations for idle, attack, and for moving
movement and transitions between states
hitbox and health components
a scene for bullets that checks for the hitbox component
flash from taking damage
Made a state machine in godot c# (why are signals this way in c#)