feat(recuration): craeted test with singelotsn and spawinin planets
This commit is contained in:
@@ -9,3 +9,8 @@ func register(planet: Node) -> void:
|
||||
|
||||
func unregister(planet) -> void:
|
||||
planets.erase(planet)
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
if Time.get_ticks_msec() % 2000 < delta * 1000:
|
||||
print_debug(JSON.stringify(planets, "\t"))
|
||||
|
||||
Reference in New Issue
Block a user