Minor spelling fixes in strings, comments and non-code files. (#1236)

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Christen Lofland
2025-08-04 19:19:57 -05:00
committed by GitHub
parent 48aaefbf12
commit bf4d1038d6
29 changed files with 52 additions and 52 deletions

View File

@@ -14,7 +14,7 @@ var event_tilt: Vector2
var line_color := Color.BLACK
var line_width: float = 3.0
# If `true`, modulate line width accordding to pen pressure.
# If `true`, modulate line width according to pen pressure.
# This is done using a width curve that is continuously recreated to match the line's actual profile
# as the line is being drawn by the user.
var pressure_sensitive: bool = true