Files
graep/godot/planet_3d.gd
T
2025-01-20 00:27:44 +01:00

13 lines
272 B
GDScript

extends Planet3D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
sync()
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass