44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://resources/graphics/backgrounds/roman_black/Korichnevy_Chyornaya_fon.webp" type="Texture" id=1]
|
|
[ext_resource path="res://resources/graphics/backgrounds/kaplya.webp" type="Texture" id=3]
|
|
[ext_resource path="res://scripts/backround_scenes_scripts/Roman_black.gd" type="Script" id=4]
|
|
|
|
[sub_resource type="ParticlesMaterial" id=1]
|
|
lifetime_randomness = 0.1
|
|
emission_shape = 2
|
|
emission_box_extents = Vector3( 9000, 100, 1 )
|
|
flag_align_y = true
|
|
flag_disable_z = true
|
|
gravity = Vector3( 0, 98, 0 )
|
|
orbit_velocity = 0.0
|
|
orbit_velocity_random = 0.0
|
|
radial_accel = 33.26
|
|
|
|
[node name="Roman_black" type="Node2D"]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 1 )
|
|
centered = false
|
|
|
|
[node name="rain" type="Node2D" parent="."]
|
|
|
|
[node name="Rain" type="Node2D" parent="rain"]
|
|
scale = Vector2( 0.54, 0.54 )
|
|
|
|
[node name="Particles2D" type="Particles2D" parent="rain/Rain"]
|
|
position = Vector2( -2000, -800 )
|
|
amount = 600
|
|
lifetime = 10.0
|
|
preprocess = 10.0
|
|
speed_scale = 5.0
|
|
visibility_rect = Rect2( 2000, 800, 200, 200 )
|
|
process_material = SubResource( 1 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="EasterEggTimer" type="Timer" parent="."]
|
|
wait_time = 66.6
|
|
one_shot = true
|
|
|
|
[connection signal="timeout" from="EasterEggTimer" to="." method="_on_EasterEggTimer_timeout"]
|