Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
47
scenes/BackgroundScenes/Final_Amanda.tscn
Normal file
47
scenes/BackgroundScenes/Final_Amanda.tscn
Normal file
|
@ -0,0 +1,47 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/backround_scenes_scripts/Final_Amanda.gd" type="Script" id=1]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/final_amanda/Amanda white.webp" type="Texture" id=2]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/final_amanda/Amanda red.webp" type="Texture" id=3]
|
||||
[ext_resource path="res://resources/graphics/backgrounds/drop1.webp" type="Texture" id=4]
|
||||
|
||||
[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 = 33.26
|
||||
scale = 1.5
|
||||
|
||||
[node name="Final_Amanda" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="white" type="Sprite" parent="."]
|
||||
visible = false
|
||||
texture = ExtResource( 2 )
|
||||
centered = false
|
||||
|
||||
[node name="red" type="Sprite" parent="."]
|
||||
visible = false
|
||||
texture = ExtResource( 3 )
|
||||
centered = false
|
||||
|
||||
[node name="For_Scale" type="Node2D" parent="."]
|
||||
|
||||
[node name="rain" type="Node2D" parent="For_Scale"]
|
||||
z_index = 1
|
||||
|
||||
[node name="Particles2D" type="Particles2D" parent="For_Scale/rain"]
|
||||
position = Vector2( 5000, -200 )
|
||||
amount = 1600
|
||||
lifetime = 7.0
|
||||
preprocess = 10.0
|
||||
speed_scale = 6.0
|
||||
visibility_rect = Rect2( -3000, 300, 200, 200 )
|
||||
process_material = SubResource( 1 )
|
||||
texture = ExtResource( 4 )
|
Loading…
Add table
Add a link
Reference in a new issue