Some tweaks to the level for testing.

This commit is contained in:
Dustin 2025-04-26 18:16:52 -07:00
parent 00de0d6450
commit 6d894f926f
3 changed files with 7 additions and 7 deletions

View File

@ -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]

View File

@ -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