-
Notifications
You must be signed in to change notification settings - Fork 0
/
Note.tscn
41 lines (33 loc) · 1.08 KB
/
Note.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[gd_scene load_steps=7 format=2]
[ext_resource path="res://assets/elements/arrowUp.png" type="Texture" id=1]
[ext_resource path="res://Note.gd" type="Script" id=2]
[ext_resource path="res://assets/particles/trace_07.png" type="Texture" id=3]
[sub_resource type="CanvasItemMaterial" id=3]
blend_mode = 1
[sub_resource type="Gradient" id=2]
offsets = PoolRealArray( 0.216216, 1 )
colors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0 )
[sub_resource type="RectangleShape2D" id=1]
[node name="Note" type="Area2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
z_index = 2
texture = ExtResource( 1 )
[node name="CPUParticles2D" type="CPUParticles2D" parent="Sprite"]
material = SubResource( 3 )
position = Vector2( 0, 40 )
z_index = 1
z_as_relative = false
amount = 12
lifetime = 0.6
local_coords = false
texture = ExtResource( 3 )
direction = Vector2( 0, 1 )
spread = 0.0
gravity = Vector2( 0, 0 )
initial_velocity = 1.0
linear_accel = 22.86
scale_amount = 0.25
color_ramp = SubResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource( 1 )