diff options
Diffstat (limited to 'client/game.tscn')
-rw-r--r-- | client/game.tscn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/game.tscn b/client/game.tscn index 1f37d170..34c2fe40 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -1,7 +1,9 @@ -[gd_scene load_steps=6 format=3 uid="uid://c6krh36hoqfg8"] +[gd_scene load_steps=8 format=3 uid="uid://c6krh36hoqfg8"] [ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="1_ex12v"] +[ext_resource type="Script" path="res://game.gd" id="1_sftfn"] [ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://player/follow_camera.tscn" id="2_s8y6o"] +[ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://player/marker.tscn" id="4_igl0o"] [sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"] @@ -13,13 +15,18 @@ background_mode = 2 sky = SubResource("Sky_ultpf") [node name="Game" type="Node3D"] +script = ExtResource("1_sftfn") [node name="Map" parent="." instance=ExtResource("1_ex12v")] [node name="FollowCamera" parent="." instance=ExtResource("2_s8y6o")] +transform = Transform3D(0.728777, 0.294253, -0.618303, 0, 0.902961, 0.429723, 0.684751, -0.313173, 0.658057, -2.36537, 1.99403, 3.29507) [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource("Environment_m4dli") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0) + +[node name="Marker" parent="." instance=ExtResource("4_igl0o")] +visible = false |