updates for cleaning functionality

This commit is contained in:
2026-01-24 19:15:04 -05:00
parent ea2028cf13
commit b1e99fa952
12 changed files with 700 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ state={
"column": 0,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 68,
"row": 75,
"scroll_position": 64.0,
"selection": false,
"syntax_highlighter": "GDScript"
@@ -63,7 +63,35 @@ state={
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 166,
"scroll_position": 166.0,
"scroll_position": 161.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://scripts/game/UndoSystem.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 71,
"scroll_position": 71.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://scripts/ui/ActionLog.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 225,
"scroll_position": 220.0,
"selection": false,
"syntax_highlighter": "GDScript"
}