mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 09:44:44 -04:00
Lots of stuff I forgot to commit because Holidays
- D&D dice engine (see README) - Markdown support - Phantom camera
This commit is contained in:
parent
9589acd877
commit
2b41f84b05
125 changed files with 13170 additions and 23 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue