Godot-Multiplayer/.godot/editor/script_editor_cache.cfg
Nolan A Casey 4c81603e1a Tweaks
- Enabled FXAA
- Fixed clients not being able to open the pause menu
2023-11-16 20:21:22 -05:00

56 lines
1.0 KiB
INI

[res://Scripts/Player.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 10,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 139,
"scroll_position": 120.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Scripts/world.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 2,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 27,
"scroll_position": 12.0,
"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"
}