diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 20:28:32 +0200 |
commit | 03d408f1b69a7b25d4f1b81db274bf69010a490a (patch) | |
tree | 5835d6c157a14cae0ae9c06b14d1bdaaec22526f /client/game.tscn | |
parent | 3885cbfae528608350804f704dba9c82fdbfd027 (diff) | |
download | hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.bz2 hurrycurry-03d408f1b69a7b25d4f1b81db274bf69010a490a.tar.zst |
fix most dependencies
Diffstat (limited to 'client/game.tscn')
-rw-r--r-- | client/game.tscn | 41 |
1 files changed, 13 insertions, 28 deletions
diff --git a/client/game.tscn b/client/game.tscn index f5c3c0c4..1f37d170 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -1,40 +1,25 @@ -[gd_scene load_steps=6 format=3 uid="uid://clsylbmw7jc0s"] -[gd_scene load_steps=7 format=3 uid="uid://clsylbmw7jc0s"] +[gd_scene load_steps=6 format=3 uid="uid://c6krh36hoqfg8"] -[ext_resource type="Script" path="res://scripts/game.gd" id="1_qnslj"] -[ext_resource type="PackedScene" uid="uid://bnqujofthaa4h" path="res://scenes/map.tscn" id="1_qt88a"] -[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://scenes/follow_camera.tscn" id="3_6ot70"] -[ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://scenes/marker.tscn" id="5_idjm3"] +[ext_resource type="PackedScene" uid="uid://cs8gxa22c6joh" path="res://map/map.tscn" id="1_ex12v"] +[ext_resource type="PackedScene" uid="uid://b31mlnao6ybt8" path="res://player/follow_camera.tscn" id="2_s8y6o"] -[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_ko0bu"] +[sub_resource type="PhysicalSkyMaterial" id="PhysicalSkyMaterial_mvn2w"] -[sub_resource type="Sky" id="Sky_bqb2d"] -sky_material = SubResource("PhysicalSkyMaterial_ko0bu") +[sub_resource type="Sky" id="Sky_ultpf"] +sky_material = SubResource("PhysicalSkyMaterial_mvn2w") -[sub_resource type="Environment" id="Environment_h880f"] +[sub_resource type="Environment" id="Environment_m4dli"] background_mode = 2 -background_energy_multiplier = 2.0 -sky = SubResource("Sky_bqb2d") -tonemap_mode = 2 -ssao_enabled = true -sdfgi_enabled = true -glow_enabled = true +sky = SubResource("Sky_ultpf") [node name="Game" type="Node3D"] -script = ExtResource("1_qnslj") -[node name="Map" parent="." instance=ExtResource("1_qt88a")] +[node name="Map" parent="." instance=ExtResource("1_ex12v")] -[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] -transform = Transform3D(0.951635, -0.266538, 0.152804, -0.154443, 0.0149305, 0.987889, -0.265591, -0.963709, -0.0269565, 0, 0, 0) -shadow_enabled = true +[node name="FollowCamera" parent="." instance=ExtResource("2_s8y6o")] [node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = SubResource("Environment_h880f") - -[node name="FollowCamera" parent="." node_paths=PackedStringArray("target") instance=ExtResource("3_6ot70")] -transform = Transform3D(0.894934, 0.084374, -0.438148, 0, 0.981959, 0.189095, 0.446198, -0.169228, 0.878789, 0, 3.65756, 11.0189) -target = NodePath("../Map") +environment = SubResource("Environment_m4dli") -[node name="Marker" parent="." instance=ExtResource("5_idjm3")] -visible = false +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.258819, 0.965926, 0, -0.965926, 0.258819, 0, 0, 0) |