nimi ja dash

This commit is contained in:
2026-05-10 17:15:11 +03:00
parent c587b9877f
commit 34b3866a5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
extends CharacterBody3D
const WALK_SPEED = 6.0
const CHARGE_SPEED = 18.0
const CHARGE_SPEED = 180.0
const WALK_ACCEL = 14.0
const CHARGE_ACCEL = 40.0 # snaps to charge speed quickly — burst feel
const DECELERATION = 12.0
+1 -1
View File
@@ -10,7 +10,7 @@ config_version=5
[application]
config/name="3rd_person_camera"
config/name="Bullosseum"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
config/run/main_scene="res://scene.tscn"