Lots of stuff I forgot to commit because Holidays

- D&D dice engine (see README)
- Markdown support
- Phantom camera
This commit is contained in:
Tony Bark 2023-12-24 20:39:57 -05:00
parent 9589acd877
commit 2b41f84b05
125 changed files with 13170 additions and 23 deletions

View file

@ -0,0 +1,14 @@
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