Godot-Multiplayer/.godot/editor/script_editor_cache.cfg
Nolan A Casey 82322ba983 Fixes and changes
- Removed UPNP support
- Replaced model with a chicken
- Changed physics engine to Jolt for better performance and accuracy
- Fixed camera position
2023-11-08 23:05:46 -05:00

28 lines
526 B
INI

[res://Scripts/Player.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 42,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 27,
"scroll_position": 10.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://Scripts/world.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 18,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 8,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}