Started working on a floaty field
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
extends Area2D
|
||||
|
||||
func _on_body_entered(body) -> void:
|
||||
print("collision")
|
||||
#print("collision")
|
||||
if body is BoxBoy:
|
||||
body.apply_bounce()
|
||||
|
||||
Reference in New Issue
Block a user