14 lines
279 B
INI
14 lines
279 B
INI
|
|
[res://src/game/training_controller.gd]
|
||
|
|
|
||
|
|
state={
|
||
|
|
"bookmarks": PackedInt32Array(),
|
||
|
|
"breakpoints": PackedInt32Array(),
|
||
|
|
"column": 0,
|
||
|
|
"folded_lines": PackedInt32Array(),
|
||
|
|
"h_scroll_position": 0,
|
||
|
|
"row": 1,
|
||
|
|
"scroll_position": 1.0,
|
||
|
|
"selection": false,
|
||
|
|
"syntax_highlighter": "GDScript"
|
||
|
|
}
|