mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 01:44:42 -04:00
14 lines
338 B
GDScript
14 lines
338 B
GDScript
class_name Camera3DResource
|
|
extends Resource
|
|
|
|
## The time it takes to tween to this property
|
|
@export_flags_3d_physics var cull_mask: int = 1048575
|
|
|
|
## Horizontally offsets the Camera3D
|
|
@export var h_offset: float = 0
|
|
|
|
## Vertically offsets the Camera3D
|
|
@export var v_offset: float = 0
|
|
|
|
## Adjusts Camera3D FOV
|
|
@export var fov: float = 75
|