level 2 - moving plattforms
level2 almost finished
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends RigidBody2D
|
||||
|
||||
@export var veloc : Vector2
|
||||
|
||||
func _physics_process(delta):
|
||||
linear_velocity = veloc
|
||||
Reference in New Issue
Block a user