Some label fixes

This commit is contained in:
2026-06-25 19:56:14 -05:00
parent d85737cc08
commit 722fe2ccfb
30 changed files with 290 additions and 105 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ interface InputNamespace {
/** Polling-based input system. */
declare var Input: InputNamespace;
// Input action constants injected as globals by the engine at startup.
// Input action constants - injected as globals by the engine at startup.
declare var INPUT_ACTION_UP: InputAction;
declare var INPUT_ACTION_DOWN: InputAction;
declare var INPUT_ACTION_LEFT: InputAction;