diff options
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 19ec07a..c47face 100644 --- a/project.godot +++ b/project.godot @@ -16,12 +16,14 @@ _global_script_class_icons={ [application] config/name="TicTacTux" +run/main_scene="res://Network/Lobby.tscn" config/icon="res://icon.png" [autoload] -Global="*res://Global.gd" Enum="*res://Enum.gd" +Global="*res://Global.gd" +Network="*res://Network/Network.gd" [input] @@ -41,6 +43,13 @@ ui_up={ ] } +[layer_names] + +2d_physics/layer_1="Player" +2d_physics/layer_2="Platform" +2d_physics/layer_3="Object" +2d_physics/layer_4="Enemy" + [rendering] environment/default_environment="res://default_env.tres" |