-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tscn
More file actions
39 lines (28 loc) · 1.87 KB
/
Copy pathmain.tscn
File metadata and controls
39 lines (28 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[gd_scene format=3 uid="uid://qb5alr7vr57r"]
[ext_resource type="Texture2D" uid="uid://b4546djvpsn5n" path="res://addons/kenney_prototype_textures/dark/texture_11.png" id="1_0xm2m"]
[ext_resource type="Script" uid="uid://dlslidt1p0ua7" path="res://Main.cs" id="1_h2yge"]
[ext_resource type="PackedScene" uid="uid://bwggrf7sbmkcv" path="res://addons/JehenoSimpleFirstPersonController/PlayerCharacter/player_character_scene.tscn" id="1_ig7tw"]
[ext_resource type="PackedScene" uid="uid://cb36x8u0r7hk1" path="res://remote_player.tscn" id="3_1bvp3"]
[sub_resource type="BoxMesh" id="BoxMesh_7dm0k"]
size = Vector3(60, 1, 60)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ig7tw"]
albedo_texture = ExtResource("1_0xm2m")
[sub_resource type="BoxShape3D" id="BoxShape3D_ig7tw"]
size = Vector3(60, 1, 60)
[node name="Main" type="Node3D" unique_id=679072291]
script = ExtResource("1_h2yge")
PlayerScene = ExtResource("1_ig7tw")
RemotePlayerScene = ExtResource("3_1bvp3")
[node name="Ground" type="StaticBody3D" parent="." unique_id=949387505]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)
[node name="MeshInstance3D" type="MeshInstance3D" parent="Ground" unique_id=1541779732]
mesh = SubResource("BoxMesh_7dm0k")
surface_material_override/0 = SubResource("StandardMaterial3D_ig7tw")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Ground" unique_id=608437975]
shape = SubResource("BoxShape3D_ig7tw")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=467097658]
transform = Transform3D(1, 0, 0, 0, -0.25130922, 0.96790683, 0, -0.96790683, -0.25130922, 0, 14.735413, 0)
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="." unique_id=624680226]
spawn_path = NodePath("../spawn")
[node name="spawn" type="Node3D" parent="." unique_id=1369704193]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.47643447, -6.7045546)