60 lines
1.1 KiB
INI
60 lines
1.1 KiB
INI
|
|
[res://scripts/configuration.gd]
|
||
|
|
|
||
|
|
state={
|
||
|
|
"bookmarks": PackedInt32Array(),
|
||
|
|
"breakpoints": PackedInt32Array(),
|
||
|
|
"column": 32,
|
||
|
|
"folded_lines": Array[int]([]),
|
||
|
|
"h_scroll_position": 0,
|
||
|
|
"row": 112,
|
||
|
|
"scroll_position": 0.0,
|
||
|
|
"selection": false,
|
||
|
|
"syntax_highlighter": "GDScript"
|
||
|
|
}
|
||
|
|
|
||
|
|
[res://scripts/game_data.gd]
|
||
|
|
|
||
|
|
state={
|
||
|
|
"bookmarks": PackedInt32Array(),
|
||
|
|
"breakpoints": PackedInt32Array(),
|
||
|
|
"column": 15,
|
||
|
|
"folded_lines": Array[int]([]),
|
||
|
|
"h_scroll_position": 0,
|
||
|
|
"row": 57,
|
||
|
|
"scroll_position": 36.0,
|
||
|
|
"selection": false,
|
||
|
|
"syntax_highlighter": "GDScript"
|
||
|
|
}
|
||
|
|
|
||
|
|
[res://scripts/screen_manager.gd]
|
||
|
|
|
||
|
|
state={
|
||
|
|
"bookmarks": PackedInt32Array(),
|
||
|
|
"breakpoints": PackedInt32Array(),
|
||
|
|
"column": 0,
|
||
|
|
"folded_lines": Array[int]([]),
|
||
|
|
"h_scroll_position": 0,
|
||
|
|
"row": 22,
|
||
|
|
"scroll_position": 0.0,
|
||
|
|
"selection": false,
|
||
|
|
"syntax_highlighter": "GDScript"
|
||
|
|
}
|
||
|
|
|
||
|
|
[res://scenes/game.gd]
|
||
|
|
|
||
|
|
state={
|
||
|
|
"bookmarks": PackedInt32Array(),
|
||
|
|
"breakpoints": PackedInt32Array(),
|
||
|
|
"column": 0,
|
||
|
|
"folded_lines": Array[int]([]),
|
||
|
|
"h_scroll_position": 0,
|
||
|
|
"row": 82,
|
||
|
|
"scroll_position": 72.0,
|
||
|
|
"selection": true,
|
||
|
|
"selection_from_column": 0,
|
||
|
|
"selection_from_line": 82,
|
||
|
|
"selection_to_column": 26,
|
||
|
|
"selection_to_line": 88,
|
||
|
|
"syntax_highlighter": "GDScript"
|
||
|
|
}
|