Godot-Multiplayer/.godot/editor/script_editor_cache.cfg
Nolan A Casey 2a13d3d4fb Improvements
- Improved main menu design
- Made UPNP an optional toggle for those who have it supported
- Added semi-functional controller support
2023-11-09 23:55:30 -05:00

42 lines
791 B
INI

[res://Scripts/Player.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 18,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 47,
"scroll_position": 21.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Scripts/world.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 35,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 50,
"scroll_position": 0.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"
}