starcheese/tests/tests.gd
2024-10-04 09:14:09 +01:00

9 lines
128 B
GDScript

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