55[ext_resource type ="Script" path ="res://demo/gdscript/IPLabel.gd" id ="2_ew0b2" ]
66[ext_resource type ="Shader" path ="res://assets/vignette.gdshader" id ="2_ohjtp" ]
77[ext_resource type ="Shader" path ="res://assets/bg_shader.gdshader" id ="4_p7qrn" ]
8- [ext_resource type ="Script" path ="res://demo/mono/WalkingSpriteSpawner .cs" id ="6" ]
8+ [ext_resource type ="Script" path ="res://demo/mono/MonoWalkingSpriteSpawner .cs" id ="6" ]
99[ext_resource type ="PackedScene" uid ="uid://bogn6g5wby00g" path ="res://addons/joystick/virtual_joystick.tscn" id ="7" ]
1010[ext_resource type ="Texture2D" uid ="uid://bbkn4rlb7n4k3" path ="res://assets/default_texture.tres" id ="7_bumlb" ]
11- [ext_resource type ="PackedScene" uid ="uid://b66il36cndhjp" path ="res://demo/mono/WalkingSprite .tscn" id ="8" ]
11+ [ext_resource type ="PackedScene" uid ="uid://b66il36cndhjp" path ="res://demo/mono/MonoWalkingSprite .tscn" id ="8" ]
1212
1313[sub_resource type ="ShaderMaterial" id ="ShaderMaterial_21edt" ]
1414shader = ExtResource ("2_ohjtp" )
@@ -28,7 +28,7 @@ shader_parameter/stripe_bias = 2.0
2828shader_parameter/speed = 5.0
2929shader_parameter/angle = 0.785
3030
31- [node name ="Main " type ="Node" node_paths =PackedStringArray ("mainMenu" , "connectionPanel" , "hostField" , "portField" , "messageLabel" , "syncLostLabel" , "serverPlayer" , "clientPlayer" , "resetButton" , "localButton" , "onlineButton" )]
31+ [node name ="MonoMain " type ="Node" node_paths =PackedStringArray ("mainMenu" , "connectionPanel" , "hostField" , "portField" , "messageLabel" , "syncLostLabel" , "serverPlayer" , "clientPlayer" , "serverButton" , "clientButton " , "resetButton" , "localButton" , "onlineButton" )]
3232script = ExtResource ("1" )
3333mainMenu = NodePath ("UI/MainMenu" )
3434connectionPanel = NodePath ("UI/ConnectionPanel" )
@@ -38,6 +38,8 @@ messageLabel = NodePath("UI/MarginContainer3/MessageLabel")
3838syncLostLabel = NodePath ("UI/MarginContainer3/SyncLostLabel" )
3939serverPlayer = NodePath ("World/ServerPlayer" )
4040clientPlayer = NodePath ("World/ClientPlayer" )
41+ serverButton = NodePath ("UI/ConnectionPanel/MarginContainer/GridContainer/ServerButton" )
42+ clientButton = NodePath ("UI/ConnectionPanel/MarginContainer/GridContainer/ClientButton" )
4143resetButton = NodePath ("UI/MarginContainer/ResetButton" )
4244localButton = NodePath ("UI/MainMenu/LocalButton" )
4345onlineButton = NodePath ("UI/MainMenu/OnlineButton" )
0 commit comments