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