feature/Prototype_R_LEVEL #47

Merged
cromer merged 18 commits from feature/Prototype_R_LEVEL into develop 2022-09-01 22:36:04 -04:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 1f63f5e00a - Show all commits

View File

@ -11,6 +11,8 @@ void alai::Event::_register_methods()
godot::register_signal<Event>("coin_collected", "amount", GODOT_VARIANT_TYPE_INT);
godot::register_signal<Event>("player_died");
godot::register_signal<Event>("player_won");
godot::register_signal<Event>("player_touched", "damage", GODOT_VARIANT_TYPE_INT);
}
alai::Event::Event()