connect signals to the dreadteeth

This commit is contained in:
Chris Cromer 2022-07-27 00:03:18 -04:00
parent d50d5063b8
commit f9e70eae01
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 2 additions and 0 deletions

View File

@ -79,5 +79,7 @@ position = Vector2( 247, 439 )
position = Vector2( 62, 546 )
[connection signal="player_touched" from="Enemies/Blockface" to="Player" method="_on_player_touched"]
[connection signal="player_touched" from="Enemies/Dreadtooth" to="Player" method="_on_player_touched"]
[connection signal="player_touched" from="Enemies/Dreadtooth2" to="Player" method="_on_player_touched"]
[connection signal="player_touched" from="Enemies/Shelly" to="Player" method="_on_player_touched"]
[connection signal="player_touched" from="Enemies/SuperShelly" to="Player" method="_on_player_touched"]