Some tweaks to the level for testing.
This commit is contained in:
parent
00de0d6450
commit
6d894f926f
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource path="res://src/classes/camera_guide.gd" type="Script" id=1]
|
||||
[ext_resource path="res://src/Camera2D.gd" type="Script" id=2]
|
||||
[ext_resource path="res://src/levels/CloneBox.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://src/levels/TestBox.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://src/ui/scene_transition.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://src/ui/HUD.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://src/Main.gd" type="Script" id=7]
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ debug_state = false
|
|||
timeout_seconds = 0.0
|
||||
name = "move"
|
||||
horizontal_speed = 90.0
|
||||
horizontal_acceleration = 10.0
|
||||
horizontal_speed_offset = -90.0
|
||||
horizontal_acceleration = 180.0
|
||||
horizontal_speed_offset = -80.0
|
||||
horizontal_speed_offset_acceleration = 0.0
|
||||
jerk_factor = 0.0
|
||||
animation_sequence = [ "run" ]
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user