feat(recuration): craeted test with singelotsn and spawinin planets

This commit is contained in:
2026-03-22 20:36:50 +01:00
parent 5bb9340963
commit 6b5a35cca1
10 changed files with 63 additions and 27 deletions

View File

@@ -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"))