Changed name capitalization

This commit is contained in:
2026-02-20 20:22:54 +11:00
parent d656ee8c5e
commit 609d448a12
23 changed files with 32 additions and 32 deletions

6
Bouncy/Bouncy.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Area2D
func _on_body_entered(body) -> void:
#print("collision")
if body is BoxBoy:
body.apply_bounce()