Added Multiplayer Support
This commit is contained in:
parent
beb2b93613
commit
09c345785c
11 changed files with 338 additions and 46 deletions
|
@ -1,12 +1,12 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://2qsccmko8yl8"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://2qsccmko8yl8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b440i2oidk5sp" path="res://objects/player.tscn" id="1_e1efq"]
|
||||
[ext_resource type="PackedScene" uid="uid://4mhcwvn365ki" path="res://objects/computer.tscn" id="2_28qhl"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_34oyu"]
|
||||
size = Vector3(50, 1, 50)
|
||||
|
||||
[node name="Node3D" type="Node3D"]
|
||||
[node name="map" type="Node3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2, 0)
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
|
||||
|
@ -16,9 +16,6 @@ size = Vector3(50, 1, 50)
|
|||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
shape = SubResource("BoxShape3D_34oyu")
|
||||
|
||||
[node name="player" parent="." instance=ExtResource("1_e1efq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.32619, 2.43562, 13.4822)
|
||||
|
||||
[node name="light" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.545371, 0.353189, 0.76015, 0, -0.90689, 0.421368, 0.838195, -0.229802, -0.494591, 0, 10.2747, 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue