6 lines
79 B
GDScript
6 lines
79 B
GDScript
extends RigidBody2D
|
|
|
|
|
|
func _physics_process(delta):
|
|
position.x -= 100 * delta
|