mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-10 04:32:58 +00:00
70 lines
1.3 KiB
INI
70 lines
1.3 KiB
INI
|
[res://main_screen.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 55,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 96,
|
||
|
"scroll_position": 0.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|
||
|
|
||
|
[res://ObservationWindow.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 1,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 122,
|
||
|
"scroll_position": 62.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|
||
|
|
||
|
[res://Results.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 30,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 79,
|
||
|
"scroll_position": 65.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|
||
|
|
||
|
[res://NameChangePanel.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 17,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 6,
|
||
|
"scroll_position": 0.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|
||
|
|
||
|
[res://global_ints.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 23,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 19,
|
||
|
"scroll_position": 0.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|