forked from Chaitanyassr/BraveKnight--
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Coin_S.tscn
41 lines (35 loc) · 1.59 KB
/
Coin_S.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=14 format=2]
[ext_resource path="res://Coin_S.gd" type="Script" id=1]
[ext_resource path="res://Scoin/Silver_1.png" type="Texture" id=2]
[ext_resource path="res://Scoin/Silver_2.png" type="Texture" id=3]
[ext_resource path="res://Scoin/Silver_3.png" type="Texture" id=4]
[ext_resource path="res://Scoin/Silver_4.png" type="Texture" id=5]
[ext_resource path="res://Scoin/Silver_5.png" type="Texture" id=6]
[ext_resource path="res://Scoin/Silver_6.png" type="Texture" id=7]
[ext_resource path="res://Scoin/Silver_7.png" type="Texture" id=8]
[ext_resource path="res://Scoin/Silver_8.png" type="Texture" id=9]
[ext_resource path="res://Scoin/Silver_9.png" type="Texture" id=10]
[ext_resource path="res://Scoin/Silver_10.png" type="Texture" id=11]
[sub_resource type="CircleShape2D" id=19]
radius = 16.1499
[sub_resource type="SpriteFrames" id=20]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 11 ) ],
"loop": true,
"name": "Coin_S",
"speed": 5.0
} ]
[node name="Coin_S" type="Area2D"]
script = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 1803.86, 139.847 )
shape = SubResource( 19 )
[node name="Coin_S" type="AnimatedSprite" parent="."]
position = Vector2( 1804.32, 140.677 )
scale = Vector2( 0.066647, 0.0653703 )
frames = SubResource( 20 )
animation = "Coin_S"
frame = 4
speed_scale = 3.0
playing = true
[connection signal="body_entered" from="." to="." method="_on_Coin_S_body_entered"]