more work on restaurant... i know i got distracted from the initial reason for the branch lol

This commit is contained in:
derek
2025-07-14 16:56:06 -05:00
parent c3d028f556
commit 7a61c636f0
60 changed files with 1126 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ class_name Player
const JUMP_WEAPON_DIP = Vector3(0,-5,0)
const AIR_TRANSITION_SPEED = 7
const GROUND_TRANSITION_SPEED = 7
const FLASHLIGHT_BRIGHTNESS = 100
const FLASHLIGHT_BRIGHTNESS = 10
const KICK_AMOUNT = 20
const LAND_CAMERA_TILT : Vector3 = Vector3(-1,0,0)