working updates

This commit is contained in:
2026-01-26 16:14:57 -05:00
parent b1e99fa952
commit c8228f200d
8055 changed files with 142307 additions and 867 deletions

View File

@@ -4,9 +4,9 @@ extends Camera3D
## TableCamera - Isometric camera for the game table
# Camera settings
@export var camera_distance: float = 18.0
@export var camera_distance: float = 17.0
@export var camera_angle: float = 55.0 # Degrees from horizontal (higher = more top-down)
@export var camera_height_offset: float = 0.0 # Offset to look slightly above center
@export var camera_height_offset: float = -4.0 # Offset to look slightly above center
# Smooth movement
@export var smooth_speed: float = 5.0