smashball/scenes/autoload/event_bus.gd
2025-11-14 08:10:03 -03:00

7 lines
160 B
GDScript

extends Node
@warning_ignore("unused_signal")
signal ball_hit(player: int, velocity: Vector2)
func _ready() -> void:
process_mode = Node.PROCESS_MODE_ALWAYS