102 lines
2.3 KiB
Plaintext
102 lines
2.3 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://art/white_circle.png" type="Texture" id=1]
|
|
[ext_resource path="res://sfx/WOD_sfx.ogg" type="AudioStream" id=2]
|
|
|
|
[sub_resource type="GradientTexture" id=1]
|
|
|
|
flags = 4
|
|
width = 2048
|
|
|
|
[sub_resource type="Curve" id=2]
|
|
|
|
min_value = 0.0
|
|
max_value = 1.0
|
|
bake_resolution = 100
|
|
_data = [ Vector2( 0, 0 ), 0.0, 2.09483, 0, 0, Vector2( 0.39982, 1 ), 0.295409, 0.295409, 0, 0, Vector2( 1, 0 ), -0.0609925, 0.0, 0, 0 ]
|
|
|
|
[sub_resource type="CurveTexture" id=3]
|
|
|
|
flags = 4
|
|
width = 2048
|
|
curve = SubResource( 2 )
|
|
|
|
[sub_resource type="ParticlesMaterial" id=4]
|
|
|
|
render_priority = 0
|
|
trail_divisor = 1
|
|
emission_shape = 2
|
|
emission_box_extents = Vector3( 20, 240, 1 )
|
|
flag_align_y = false
|
|
flag_rotate_y = false
|
|
flag_disable_z = true
|
|
spread = 45.0
|
|
flatness = 0.0
|
|
gravity = Vector3( 0, 0, 0 )
|
|
initial_velocity = 1.0
|
|
initial_velocity_random = 0.0
|
|
angular_velocity = 0.0
|
|
angular_velocity_random = 0.0
|
|
orbit_velocity = 0.0
|
|
orbit_velocity_random = 0.0
|
|
linear_accel = 0.0
|
|
linear_accel_random = 0.0
|
|
radial_accel = 0.0
|
|
radial_accel_random = 0.0
|
|
tangential_accel = 0.0
|
|
tangential_accel_random = 0.0
|
|
damping = 0.0
|
|
damping_random = 0.0
|
|
angle = 0.0
|
|
angle_random = 0.0
|
|
scale = 1.0
|
|
scale_random = 0.8
|
|
scale_curve = SubResource( 3 )
|
|
color_ramp = SubResource( 1 )
|
|
hue_variation = 0.0
|
|
hue_variation_random = 0.0
|
|
anim_speed = 0.0
|
|
anim_speed_random = 0.0
|
|
anim_offset = 0.0
|
|
anim_offset_random = 0.0
|
|
anim_loop = false
|
|
_sections_unfolded = [ "Color", "Emission Shape", "Resource", "Scale", "Trail" ]
|
|
|
|
[node name="WallOfDeath" type="Node2D" index="0"]
|
|
|
|
_sections_unfolded = [ "Material" ]
|
|
|
|
[node name="Particles2D" type="Particles2D" parent="." index="0"]
|
|
|
|
position = Vector2( -12.2346, 232.567 )
|
|
emitting = true
|
|
amount = 30
|
|
lifetime = 1.2
|
|
one_shot = false
|
|
preprocess = 0.0
|
|
speed_scale = 1.0
|
|
explosiveness = 0.0
|
|
randomness = 0.15
|
|
fixed_fps = 0
|
|
fract_delta = true
|
|
visibility_rect = Rect2( -100, -100, 200, 200 )
|
|
local_coords = true
|
|
draw_order = 0
|
|
process_material = SubResource( 4 )
|
|
texture = ExtResource( 1 )
|
|
normal_map = null
|
|
h_frames = 1
|
|
v_frames = 1
|
|
_sections_unfolded = [ "Drawing", "Material", "Process Material", "Textures", "Time", "Transform", "Z Index" ]
|
|
|
|
[node name="sfx" type="AudioStreamPlayer" parent="." index="1"]
|
|
|
|
stream = ExtResource( 2 )
|
|
volume_db = 0.0
|
|
pitch_scale = 1.0
|
|
autoplay = true
|
|
mix_target = 0
|
|
bus = "Master"
|
|
|
|
|