issues
search
reyhan0173
/
Pixel-Game-Jam
Repository for the Pixel Game Jam
0
stars
0
forks
source link
added human basic movement and added player death
#9
Closed
reyhan0173
closed
6 months ago
reyhan0173
commented
6 months ago
Created Human
Added patrol and idle states for now, still need to implement other active states
uses area2d for detection
Added player death function
Hitbox scene added to enemies
This area2d sends a signal to the player once it enters the enemy body
Signal calls player_die (currently commented out to help test other things)