diff options
author | tpart <tpart120@proton.me> | 2024-07-27 14:02:21 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-27 14:02:21 +0200 |
commit | 9e677dcc116aa06debd3e9188830f15f79d2bdbe (patch) | |
tree | 6be5b0123f2b93a4fffb01a72f3bd5c09d550aaa /client/map/environment.tscn | |
parent | fcaa22b8e6a8636c19fa0420d6f88528ed7971c8 (diff) | |
download | hurrycurry-9e677dcc116aa06debd3e9188830f15f79d2bdbe.tar hurrycurry-9e677dcc116aa06debd3e9188830f15f79d2bdbe.tar.bz2 hurrycurry-9e677dcc116aa06debd3e9188830f15f79d2bdbe.tar.zst |
Combine world environment code into single scene
Diffstat (limited to 'client/map/environment.tscn')
-rw-r--r-- | client/map/environment.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/map/environment.tscn b/client/map/environment.tscn index ee51b490..b254f468 100644 --- a/client/map/environment.tscn +++ b/client/map/environment.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=10 format=3 uid="uid://nroo08m5og0"] +[gd_scene load_steps=11 format=3 uid="uid://nroo08m5og0"] [ext_resource type="Script" path="res://map/environment.gd" id="1_qy481"] +[ext_resource type="PackedScene" uid="uid://cb4ic3ssk4r8r" path="res://map/world_environment.tscn" id="2_68o16"] [sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_fyrr8"] emission_shape_offset = Vector3(0, 5, 0) @@ -71,3 +72,5 @@ amount = 150 lifetime = 5.0 process_material = SubResource("ParticleProcessMaterial_pyn6b") draw_pass_1 = SubResource("SphereMesh_4trvf") + +[node name="WorldEnvironment" parent="." instance=ExtResource("2_68o16")] |