diff --git a/player.gd b/player.gd index f0458ca..ce3c5a2 100644 --- a/player.gd +++ b/player.gd @@ -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 diff --git a/project.godot b/project.godot index f120495..d014b06 100644 --- a/project.godot +++ b/project.godot @@ -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"