Merged with daniel-hell-level and modified weapon handling

This commit is contained in:
VoidTwo
2021-12-05 17:19:07 -06:00
87 changed files with 2724 additions and 23 deletions

View File

@@ -81,6 +81,7 @@ occluder = ExtResource( 1 )
wait_time = 2.0
autostart = true
[connection signal="area_entered" from="Hitbox" to="." method="_on_hitbox_area_entered"]
[connection signal="body_entered" from="Player Detector" to="." method="_on_player_detector_body_entered"]
[connection signal="body_exited" from="Player Detector" to="." method="_on_player_detector_body_exited"]
[connection signal="timeout" from="Projectile Timer" to="." method="_on_projectile_timer_timeout"]