Godot-Multiplayer/.godot/editor/script_editor_cache.cfg
nc543 6b47d35045 Fixes and Usernames
- Added a username entry box
- Fixed raycasts hitting the player spawning the raycast
- Fixed chicken model alignment
- Fixed hitbox size
- Extended raycast length
2023-11-10 09:07:35 -05:00

42 lines
792 B
INI

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