"Empty Room" movement feels ok?

This commit is contained in:
2026-02-25 18:57:15 +11:00
parent 81fd71d52e
commit 0914903084
3 changed files with 11 additions and 6 deletions

View File

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