Unstashed Change?

This commit is contained in:
PersonGuyGit 2023-05-07 11:04:39 -06:00
parent 13912aad7e
commit 7f3baba86d

View File

@ -17,10 +17,10 @@ state={
state={ state={
"bookmarks": PackedInt32Array(), "bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(), "breakpoints": PackedInt32Array(),
"column": 32, "column": 13,
"folded_lines": Array[int]([]), "folded_lines": Array[int]([]),
"h_scroll_position": 0, "h_scroll_position": 0,
"row": 84, "row": 95,
"scroll_position": 72.0, "scroll_position": 72.0,
"selection": false, "selection": false,
"syntax_highlighter": "GDScript" "syntax_highlighter": "GDScript"