summaryrefslogtreecommitdiff
path: root/client/scenes/game.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/scenes/game.tscn')
-rw-r--r--client/scenes/game.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/scenes/game.tscn b/client/scenes/game.tscn
index 1ac84396..e0a195f1 100644
--- a/client/scenes/game.tscn
+++ b/client/scenes/game.tscn
@@ -1,6 +1,7 @@
-[gd_scene load_steps=5 format=3 uid="uid://clsylbmw7jc0s"]
+[gd_scene load_steps=6 format=3 uid="uid://clsylbmw7jc0s"]
[ext_resource type="PackedScene" uid="uid://bnqujofthaa4h" path="res://scenes/map.tscn" id="1_qt88a"]
+[ext_resource type="PackedScene" uid="uid://d30bj2cp1m7gd" path="res://scenes/player.tscn" id="2_cdwnc"]
[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_ko0bu"]
@@ -28,3 +29,7 @@ shadow_enabled = true
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_h880f")
+
+[node name="Player" parent="." node_paths=PackedStringArray("map") instance=ExtResource("2_cdwnc")]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0, 2)
+map = NodePath("../Map")