59 lines
1.7 KiB
Text
59 lines
1.7 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://resources/graphics/backgrounds/drop1.webp" type="Texture" id=1]
|
|
[ext_resource path="res://resources/AlternativeChoices/Before_Timeline_142_h/Yellow.webp" type="Texture" id=2]
|
|
[ext_resource path="res://resources/graphics/backgrounds/garaj/JeepSprite.webp" type="Texture" id=3]
|
|
[ext_resource path="res://resources/customControls/Cat.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://scripts/backround_scenes_scripts/Garaj.gd" type="Script" id=7]
|
|
|
|
[sub_resource type="ParticlesMaterial" id=1]
|
|
lifetime_randomness = 0.1
|
|
trail_divisor = 2
|
|
emission_shape = 2
|
|
emission_box_extents = Vector3( 5000, 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 = 49.05
|
|
scale = 1.5
|
|
|
|
[node name="Garaj" type="Node2D"]
|
|
script = ExtResource( 7 )
|
|
|
|
[node name="Garage" type="Sprite" parent="."]
|
|
centered = false
|
|
|
|
[node name="Car" type="Sprite" parent="."]
|
|
visible = false
|
|
texture = ExtResource( 3 )
|
|
centered = false
|
|
|
|
[node name="rain" type="Node2D" parent="."]
|
|
visible = false
|
|
z_index = 1
|
|
|
|
[node name="Particles2D" type="Particles2D" parent="rain"]
|
|
position = Vector2( 5000, -400 )
|
|
amount = 4000
|
|
lifetime = 8.0
|
|
preprocess = 10.0
|
|
speed_scale = 5.0
|
|
visibility_rect = Rect2( -3000, 300, 200, 200 )
|
|
process_material = SubResource( 1 )
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Cat" parent="." instance=ExtResource( 6 )]
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
|
|
[node name="removable" type="Node2D" parent="."]
|
|
|
|
[node name="Yellow" type="Sprite" parent="removable"]
|
|
visible = false
|
|
position = Vector2( 2134, 720 )
|
|
scale = Vector2( 0.76, 0.76 )
|
|
texture = ExtResource( 2 )
|
|
centered = false
|
|
flip_h = true
|