Updated comments for clarity.
This commit is contained in:
parent
a655f9332f
commit
fa882502b4
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ extends Resource
|
||||||
# When enabled, adjusts spawn vertical offsets so the geometric line
|
# When enabled, adjusts spawn vertical offsets so the geometric line
|
||||||
# from the center bullet to each outer bullet matches their velocity
|
# from the center bullet to each outer bullet matches their velocity
|
||||||
# direction. Eliminates the optical illusion where the spread appears
|
# direction. Eliminates the optical illusion where the spread appears
|
||||||
# wider than the actual bullet trajectories (e.g. spread.tres flies at
|
# wider than the actual bullet trajectories (e.g. vanguard+). See the
|
||||||
# half the angle it visually appears to fan).
|
# Debugging Checklist for the vertical offset pitfall on standard shots.
|
||||||
|
|
||||||
## WARNING: This flag uses a trigonometric formula (horizontal_offset / tan(angle)) that evaluates independently-tuned horizontal and spread angles in grouped shots ONLY!
|
## WARNING: This flag uses a trigonometric formula (horizontal_offset / tan(angle)) that evaluates independently-tuned horizontal and spread angles in grouped shots ONLY!
|
||||||
@export var compensate_spawn_geometry: bool = false
|
@export var compensate_spawn_geometry: bool = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue