GodotCourse/.godot/editor/script_editor_cache.cfg

116 lines
2.2 KiB
INI
Raw Normal View History

2024-07-29 22:14:19 +00:00
[res://scripts/gamecontroller.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": Array[int]([]),
2024-08-15 01:21:00 +00:00
"h_scroll_position": 0,
"row": 39,
"scroll_position": 29.0,
2024-07-29 22:14:19 +00:00
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://scripts/bullet.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 3,
2024-07-29 22:14:19 +00:00
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 13,
2024-07-29 22:14:19 +00:00
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
2024-07-30 01:07:47 +00:00
2024-08-15 01:21:00 +00:00
[res://scripts/coin.gd]
2024-07-30 01:07:47 +00:00
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 11,
2024-08-13 01:10:32 +00:00
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 5,
2024-08-13 01:10:32 +00:00
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
2024-08-15 01:21:00 +00:00
[res://scripts/enemy.gd]
2024-08-13 01:10:32 +00:00
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
2024-07-30 01:07:47 +00:00
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 1,
"scroll_position": 22.0,
2024-07-30 01:07:47 +00:00
"selection": false,
"syntax_highlighter": "GDScript"
}
2024-08-13 01:10:32 +00:00
2024-08-15 01:21:00 +00:00
[res://scripts/characterBody.gd]
2024-08-13 01:10:32 +00:00
2024-08-15 00:51:57 +00:00
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 16,
2024-08-15 00:51:57 +00:00
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 29,
"scroll_position": 21.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://scripts/gameManager.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 14,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 23,
2024-08-15 01:21:00 +00:00
"scroll_position": 0.0,
2024-08-15 00:51:57 +00:00
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://scripts/resources/characterStats.gd]
2024-08-15 00:51:57 +00:00
2024-08-13 01:10:32 +00:00
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 36,
2024-08-13 01:10:32 +00:00
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 4,
2024-08-15 01:21:00 +00:00
"scroll_position": 0.0,
2024-08-13 01:10:32 +00:00
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://scripts/ui.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 4,
"scroll_position": 0.0,
"selection": true,
"selection_from_column": 0,
"selection_from_line": 4,
"selection_to_column": 14,
"selection_to_line": 5,
"syntax_highlighter": "GDScript"
}