Lots of work on saving, enemies and object positions are now saved
This commit is contained in:
@@ -4,7 +4,7 @@ extends RigidBody3D
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
linear_velocity += transform.basis * Vector3(0, -20, 0)
|
||||
pass
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta):
|
||||
|
||||
Reference in New Issue
Block a user