Added global event bus
This commit is contained in:
parent
e98ba4ef27
commit
eb6f24a389
4 changed files with 15 additions and 0 deletions
|
|
@ -11,3 +11,7 @@ func start(xform):
|
|||
func _physics_process(delta):
|
||||
velocity.z -= speed * delta
|
||||
move_and_slide()
|
||||
|
||||
|
||||
func _on_area_3d_area_entered(area: Area3D) -> void:
|
||||
pass # Replace with function body.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue