From 34b3866a5eb06e5e862d99df5ea32cca05b5da44 Mon Sep 17 00:00:00 2001 From: siim Date: Sun, 10 May 2026 17:15:11 +0300 Subject: [PATCH] nimi ja dash --- player.gd | 2 +- project.godot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"