Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
39
scenes/BackgroundScenes/Roman_green.tscn
Normal file
39
scenes/BackgroundScenes/Roman_green.tscn
Normal file
|
@ -0,0 +1,39 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/backround_scenes_scripts/Roman_green.gd" type="Script" id=1]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/roman_green/Korichnevy_zelenaya_fon.webp" type="Texture" id=2]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/kaplya.webp" type="Texture" id=3]
|
||||
|
||||
[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 = 14.84
|
||||
scale = 0.7
|
||||
|
||||
[node name="Roman_green" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
texture = ExtResource( 2 )
|
||||
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 = 1800
|
||||
lifetime = 10.0
|
||||
preprocess = 10.0
|
||||
speed_scale = 5.0
|
||||
visibility_rect = Rect2( 5000, 800, 200, 200 )
|
||||
process_material = SubResource( 1 )
|
||||
texture = ExtResource( 3 )
|
Loading…
Add table
Add a link
Reference in a new issue