forked from kanium/starcheese
9 lines
128 B
GDScript
9 lines
128 B
GDScript
extends Node
|
|
|
|
func _ready() -> void:
|
|
EventBusTests.run_tests()
|
|
get_tree().quit()
|
|
|
|
func _process(_delta: float) -> void:
|
|
pass
|