Started working on a floaty field

This commit is contained in:
2026-01-27 19:15:00 +11:00
parent 8cf357ca68
commit ab0f5efa30
12 changed files with 146 additions and 24 deletions

View File

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