mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
14 lines
250 B
INI
14 lines
250 B
INI
[res://menu/MainMenu.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 29,
|
|
"folded_lines": [],
|
|
"h_scroll_position": 0,
|
|
"row": 20,
|
|
"scroll_position": 4.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|