added realtime day night cycle based on system time

This commit is contained in:
Derek
2025-03-16 13:05:28 -05:00
parent efb3fee189
commit e3b887d66c
21 changed files with 2613 additions and 2298 deletions

View File

@@ -26,7 +26,7 @@ class_name weapon_resource
@export var vibration_strong_magnitude : float = .5
@export var vibration_duration = .1
@export_group("Revolver Settings")
@export var chamber_rot_amount = 60.0
@export var chamber_rot_amount = 60.0 ## In degrees per bullet fired
@export_group("Shotgun Settings")
@export var shotgun_spread : Vector3 = Vector3(.1,.1,.1)
@export var pellets_per_shot : int = 20