More work on maps and multiplayer
This commit is contained in:
@@ -68,7 +68,7 @@ colors = PackedColorArray(1, 1, 1, 1)
|
||||
gradient = SubResource("Gradient_w1hxv")
|
||||
width = 1
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
[node name="Control" type="Control" groups=["scenes"]]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[ext_resource type="Script" uid="uid://dep7nr2nkdmga" path="res://scripts/multiplayer_setup.gd" id="1_lckj3"]
|
||||
|
||||
[node name="MultiplayerSetup" type="MultiplayerSpawner" groups=["level_spawner"]]
|
||||
_spawnable_scenes = PackedStringArray("uid://ti65jukt8gvs", "uid://ck4x56txf676a")
|
||||
_spawnable_scenes = PackedStringArray("uid://ti65jukt8gvs", "uid://ck4x56txf676a", "uid://by6suwmds7xq2")
|
||||
spawn_path = NodePath(".")
|
||||
script = ExtResource("1_lckj3")
|
||||
|
||||
@@ -160,6 +160,7 @@ text = "JOIN"
|
||||
layout_mode = 2
|
||||
text = "Back"
|
||||
|
||||
[connection signal="spawned" from="." to="." method="_on_level_spawned"]
|
||||
[connection signal="pressed" from="Setup/Panel/Menu/HostButton" to="." method="_on_host_game_button_pressed"]
|
||||
[connection signal="pressed" from="Setup/Panel/Menu/JoinButton" to="." method="_on_join_game_button_pressed"]
|
||||
[connection signal="pressed" from="Setup/Panel/Menu/BackButton" to="." method="_on_menu_back_button_pressed"]
|
||||
|
||||
9
scenes/test/input_test.tscn
Normal file
9
scenes/test/input_test.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dr200o3iarrkk"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://6qk4ejmk8nch" path="res://scripts/test/input_test.gd" id="1_0ii2u"]
|
||||
[ext_resource type="PackedScene" uid="uid://by6suwmds7xq2" path="res://scenes/test_level.tscn" id="2_yja7f"]
|
||||
|
||||
[node name="InputTest" type="Node3D"]
|
||||
script = ExtResource("1_0ii2u")
|
||||
|
||||
[node name="Level" parent="." instance=ExtResource("2_yja7f")]
|
||||
File diff suppressed because one or more lines are too long
@@ -90,7 +90,7 @@ shader = ExtResource("13_4qe4i")
|
||||
shader_parameter/chars = ExtResource("14_p07av")
|
||||
shader_parameter/noise_tex = ExtResource("15_khjys")
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
[node name="Control" type="Control" groups=["scenes"]]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
||||
Reference in New Issue
Block a user