4 lines
87 B
GDScript
4 lines
87 B
GDScript
extends Sprite3D
|
|
|
|
func _physics_process(delta: float) -> void:
|
|
self.position.x += 0.1
|