starcheese/tests/tests.gd

9 lines
128 B
GDScript3
Raw Permalink Normal View History

2024-10-03 18:12:33 +01:00
extends Node
func _ready() -> void:
EventBusTests.run_tests()
get_tree().quit()
func _process(_delta: float) -> void:
pass