citylimits/addons/phantom_camera/scripts/resources/camera_3D_resource.gd
Tony Bark 2b41f84b05 Lots of stuff I forgot to commit because Holidays
- D&D dice engine (see README)
- Markdown support
- Phantom camera
2023-12-24 20:39:57 -05:00

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