mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user