mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-03-31 18:02:20 +02:00
223 lines
4.4 KiB
INI
223 lines
4.4 KiB
INI
[res://scenes/title.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 0,
|
|
"scroll_position": 0.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/shell.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 1,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 17,
|
|
"scroll_position": 5.0,
|
|
"selection": true,
|
|
"selection_from_column": 1,
|
|
"selection_from_line": 17,
|
|
"selection_to_column": 5,
|
|
"selection_to_line": 17,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/repository.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 11,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 73,
|
|
"scroll_position": 60.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/game.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 28,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 109,
|
|
"scroll_position": 99.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/file_browser.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 10,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 153,
|
|
"scroll_position": 134.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/terminal.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 1,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 90,
|
|
"scroll_position": 76.0,
|
|
"selection": true,
|
|
"selection_from_column": 1,
|
|
"selection_from_line": 90,
|
|
"selection_to_column": 9,
|
|
"selection_to_line": 90,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/shell_command.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 20,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 21,
|
|
"scroll_position": 0.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/helpers.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 5,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 43,
|
|
"scroll_position": 43.0,
|
|
"selection": true,
|
|
"selection_from_column": 5,
|
|
"selection_from_line": 43,
|
|
"selection_to_column": 14,
|
|
"selection_to_line": 43,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/level.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 20,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 494,
|
|
"row": 137,
|
|
"scroll_position": 121.0,
|
|
"selection": true,
|
|
"selection_from_column": 20,
|
|
"selection_from_line": 137,
|
|
"selection_to_column": 28,
|
|
"selection_to_line": 137,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/file_browser_item.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 28,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 21,
|
|
"scroll_position": 12.0,
|
|
"selection": true,
|
|
"selection_from_column": 28,
|
|
"selection_from_line": 21,
|
|
"selection_to_column": 37,
|
|
"selection_to_line": 21,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/sandbox.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 14,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 23,
|
|
"scroll_position": 12.0,
|
|
"selection": true,
|
|
"selection_from_column": 14,
|
|
"selection_from_line": 23,
|
|
"selection_to_column": 24,
|
|
"selection_to_line": 23,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/main.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 0,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 142,
|
|
"scroll_position": 202.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/text_editor.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 22,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 14,
|
|
"scroll_position": 0.0,
|
|
"selection": false,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|
|
|
|
[res://scenes/better_shell.gd]
|
|
|
|
state={
|
|
"bookmarks": PackedInt32Array(),
|
|
"breakpoints": PackedInt32Array(),
|
|
"column": 1,
|
|
"folded_lines": Array[int]([]),
|
|
"h_scroll_position": 0,
|
|
"row": 11,
|
|
"scroll_position": 0.0,
|
|
"selection": true,
|
|
"selection_from_column": 1,
|
|
"selection_from_line": 11,
|
|
"selection_to_column": 5,
|
|
"selection_to_line": 11,
|
|
"syntax_highlighter": "GDScript"
|
|
}
|