develop #50

Merged
cromer merged 47 commits from develop into master 2022-09-02 00:37:34 -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()