more tweaks to terrain and hub

This commit is contained in:
derek
2025-03-31 16:47:04 -05:00
parent bd767d2927
commit 3346da1ed7
45 changed files with 342 additions and 26 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 = 30
const FLASHLIGHT_BRIGHTNESS = 100
const KICK_AMOUNT = 20
const LAND_CAMERA_TILT : Vector3 = Vector3(-1,0,0)