mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
General proofreading (#1262)
* General proofreading for grammar and spelling * General formatting * Addition of appropriate literals where appropriate, i.e. `&"foo"` for `StringName` cases and `^"foo/bar"` for `NodePath` cases
This commit is contained in:
@@ -186,14 +186,14 @@ horizontal_alignment = 1
|
||||
layout_mode = 2
|
||||
tooltip_text = "Disable V-Sync to achieve lower input latency.
|
||||
|
||||
Note that Android, iOS and Web platforms enforce
|
||||
Note that Android, iOS, and Web platforms enforce
|
||||
V-Sync at a system level with no reliable way to disable it."
|
||||
text = "V-Sync"
|
||||
|
||||
[node name="InputAccumulation" type="CheckButton" parent="CanvasLayer/PanelContainer/Options"]
|
||||
layout_mode = 2
|
||||
tooltip_text = "If enabled, inputs are collected and merged into a single input event on every rendered frame.
|
||||
By default, this is enabled in Godot, but this project disables it by default.
|
||||
Usually this is enabled in Godot, but this project disables it by default.
|
||||
|
||||
This should be left disabled for drawing apps that expect precise input,
|
||||
as lines can become visibly jagged otherwise."
|
||||
|
||||
Reference in New Issue
Block a user