starcheese/tests/tests.gd
Elliot Stirling 7542472833 Event Bus
2024-10-03 18:12:33 +01:00

9 lines
128 B
GDScript

extends Node
func _ready() -> void:
EventBusTests.run_tests()
get_tree().quit()
func _process(_delta: float) -> void:
pass