SchildDerStaerke/packed-scenes/torch_mounted.tscn

42 lines
1.4 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dif2kboftacra"]
[ext_resource type="PackedScene" uid="uid://h8sw1wyrq8ik" path="res://resources/models/dungeon/torch_mounted.gltf" id="1_o20tv"]
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_l60ve"]
emission_shape_scale = Vector3(0.1, 0.1, 0.1)
emission_shape = 1
emission_sphere_radius = 1.0
direction = Vector3(0, 1, 0)
spread = 30.0
flatness = 0.5
initial_velocity_max = 1.0
gravity = Vector3(0, 0, 0)
scale_min = 0.01
scale_max = 0.5
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ke7er"]
emission_enabled = true
emission = Color(1, 0.556863, 0, 1)
emission_energy_multiplier = 3.0
[sub_resource type="QuadMesh" id="QuadMesh_mrj5m"]
material = SubResource("StandardMaterial3D_ke7er")
size = Vector2(0.01, 0.01)
[node name="torch_mounted" instance=ExtResource("1_o20tv")]
[node name="OmniLight3D" type="OmniLight3D" parent="." index="1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.385284, 0.301509)
light_color = Color(1, 0.552941, 0, 1)
light_energy = 2.0
shadow_enabled = true
distance_fade_enabled = true
[node name="GPUParticles3D" type="GPUParticles3D" parent="." index="2"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.45054, 0.300251)
amount = 1000
lifetime = 0.5
trail_lifetime = 0.2
process_material = SubResource("ParticleProcessMaterial_l60ve")
draw_pass_1 = SubResource("QuadMesh_mrj5m")