feat(recuration): craeted test with singelotsn and spawinin planets
This commit is contained in:
10
Experiments/Recuration/Assets/abstract_body.gd
Normal file
10
Experiments/Recuration/Assets/abstract_body.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
extends Node2D
|
||||
|
||||
class_name AbstractBody
|
||||
|
||||
func _enter_tree() -> void:
|
||||
PlanetsSingelton.register(self)
|
||||
|
||||
|
||||
func _exit_tree() -> void:
|
||||
PlanetsSingelton.unregister(self)
|
||||
Reference in New Issue
Block a user