diff options
author | tpart <tpart120@proton.me> | 2024-07-04 09:15:11 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-04 09:15:11 +0200 |
commit | d4c1da4ac2b7b8526c1188ee8198600ce30e6efc (patch) | |
tree | 8de8bdb2926c3b3cf7dae186288b05a5e63dad03 /client/game.tscn | |
parent | 353dfba1d98f9d4d26e19b7eef99bb42288396c5 (diff) | |
download | hurrycurry-d4c1da4ac2b7b8526c1188ee8198600ce30e6efc.tar hurrycurry-d4c1da4ac2b7b8526c1188ee8198600ce30e6efc.tar.bz2 hurrycurry-d4c1da4ac2b7b8526c1188ee8198600ce30e6efc.tar.zst |
Add ssao setting; Add environment setup class
Diffstat (limited to 'client/game.tscn')
-rw-r--r-- | client/game.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/game.tscn b/client/game.tscn index 61370569..460cde3d 100644 --- a/client/game.tscn +++ b/client/game.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=10 format=3 uid="uid://c6krh36hoqfg8"] +[gd_scene load_steps=11 format=3 uid="uid://c6krh36hoqfg8"] [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="Script" path="res://map/environment_setup.gd" id="4_hixq3"] [ext_resource type="PackedScene" uid="uid://c0euiv7duqfp4" path="res://player/marker.tscn" id="4_igl0o"] [ext_resource type="Script" path="res://multiplayer.gd" id="6_fbxu8"] [ext_resource type="PackedScene" uid="uid://b4gone8fu53r7" path="res://map/map.tscn" id="6_prg6t"] @@ -35,6 +36,7 @@ target = NodePath("..") [node name="WorldEnvironment" type="WorldEnvironment" parent="."] environment = SubResource("Environment_m4dli") +script = ExtResource("4_hixq3") [node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] transform = Transform3D(-0.412548, 0.834939, -0.364255, 4.90703e-08, 0.399869, 0.916572, 0.910936, 0.37813, -0.164965, 0, 0, 0) |