develop #30

Merged
cromer merged 55 commits from develop into master 2022-08-26 10:53:59 -04:00
Showing only changes of commit d35993d072 - Show all commits

View File

@ -275,6 +275,10 @@ namespace godot
*/
Vector2 get_velocity();
/**
* @brief This function is called when an enemy touches the player.
*
*/
void _on_player_touched();
};
}