Godot-Multiplayer/.godot/editor/script_editor_cache.cfg
Nolan A Casey a3734bdafd Sounds and pause menu
- Added sounds
- Started adding a pause menu
2023-11-11 23:38:59 -05:00

56 lines
1.0 KiB
INI

[res://Scripts/Player.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 5,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 132,
"scroll_position": 92.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Scripts/world.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 45,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 87,
"scroll_position": 29.75,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Scripts/chicken.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 62,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 7,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Scripts/HatHider.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 20,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 5,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}