Implement janky input buffering.

This commit is contained in:
2025-06-24 19:41:34 -06:00
parent 827f333e72
commit b182b4264a
19 changed files with 161 additions and 154 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 1,
"column": 18,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 105,
"scroll_position": 81.0,
"row": 60,
"scroll_position": 42.0,
"selection": false,
"syntax_highlighter": "GDScript"
}