18 lines
380 B
INI
18 lines
380 B
INI
[res://Machines/machine_resource.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": PackedInt32Array(),
|
|
"h_scroll_position": 0,
|
|
"row": 0,
|
|
"scroll_position": 0.0,
|
|
"selection": true,
|
|
"selection_from_column": 0,
|
|
"selection_from_line": 0,
|
|
"selection_to_column": 0,
|
|
"selection_to_line": 10,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|