Little hint for level9
This commit is contained in:
parent
e593c66cdc
commit
33739e7050
@ -810,6 +810,41 @@ You might need to restart
|
||||
a couple of times
|
||||
:("
|
||||
|
||||
[node name="Die" parent="." instance=ExtResource( 9 )]
|
||||
transform = Transform( -4.37114e-08, 0, -1, 0.132689, 0.991158, -5.80002e-09, 0.991158, -0.132689, -4.33249e-08, 85.3775, 6.80215, -410.616 )
|
||||
text = "<--- Maybe you should do it..."
|
||||
|
||||
[node name="Sparks" type="CPUParticles" parent="Die"]
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.1731, -0.573888, 0.619568 )
|
||||
amount = 12
|
||||
lifetime = 0.22
|
||||
explosiveness = 0.27
|
||||
randomness = 0.84
|
||||
lifetime_randomness = 0.24
|
||||
mesh = SubResource( 19 )
|
||||
emission_shape = 2
|
||||
emission_box_extents = Vector3( 1, 1, 1 )
|
||||
flag_align_y = true
|
||||
flag_rotate_y = true
|
||||
gravity = Vector3( 0, -5, 0 )
|
||||
initial_velocity_random = 0.11
|
||||
angular_velocity_curve = SubResource( 20 )
|
||||
linear_accel_curve = SubResource( 21 )
|
||||
radial_accel = 11.01
|
||||
radial_accel_random = 0.18
|
||||
angle_random = 0.28
|
||||
script = ExtResource( 12 )
|
||||
|
||||
[node name="Timer" type="Timer" parent="Die/Sparks"]
|
||||
autostart = true
|
||||
|
||||
[node name="OmniLight" type="OmniLight" parent="Die/Sparks"]
|
||||
transform = Transform( 0.411761, -0.108686, 0.261993, -0.193036, 0.0868354, 0.339407, -0.0596391, -0.190328, 0.0147751, 0.799004, 0.574107, -0.171512 )
|
||||
light_color = Color( 0.847059, 0.627451, 0.372549, 1 )
|
||||
light_energy = 5.0
|
||||
shadow_enabled = true
|
||||
shadow_color = Color( 0.431373, 0.384314, 0.384314, 1 )
|
||||
|
||||
[connection signal="timeout" from="End" to="." method="_on_Win_timeout"]
|
||||
[connection signal="dying" from="Enemy" to="." method="_on_Enemy_dying"]
|
||||
[connection signal="dying" from="Enemy2" to="." method="_on_Enemy_dying"]
|
||||
@ -827,3 +862,4 @@ a couple of times
|
||||
[connection signal="dying" from="Enemy14" to="." method="_on_Enemy_dying"]
|
||||
[connection signal="timeout" from="InfoScreen/Sparks/Timer" to="InfoScreen/Sparks" method="_on_Timer_timeout"]
|
||||
[connection signal="timeout" from="Lost/Sparks/Timer" to="Lost/Sparks" method="_on_Timer_timeout"]
|
||||
[connection signal="timeout" from="Die/Sparks/Timer" to="Die/Sparks" method="_on_Timer_timeout"]
|
||||
|
Loading…
Reference in New Issue
Block a user