chore: restore CameraStateScript preload removed in trackpad edit.
Co-authored-by: Cursor <cursoragent@cursor.com>pull/131/head
parent
90e6cfea28
commit
9b8593c145
|
|
@ -19,6 +19,8 @@ const PAN_ZOOM_DELTA_THRESHOLD: float = 0.05
|
|||
|
||||
## Magnify factor must exceed 1.0 ± this before one zoom band step (trackpad pinch).
|
||||
const MAGNIFY_ZOOM_FACTOR_EPSILON: float = 0.02
|
||||
|
||||
const CameraStateScript := preload("res://scripts/camera_state.gd")
|
||||
const ZoomBandConfigScript := preload("res://scripts/zoom_band_config.gd")
|
||||
const OcclusionPolicyScript := preload("res://scripts/occlusion_policy.gd")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue