blob: 7983fc0fcbc34507d5f9e75f703f4ee026bc78eb (
plain)
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
|
[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/levels/hearts_introduce.gd" type="Script" id=1]
[ext_resource path="res://textures/icons/arrow.png" type="Texture" id=2]
[ext_resource path="res://textures/icons/arrow2.png" type="Texture" id=3]
[sub_resource type="AnimatedTexture" id=1]
frames = 2
frame_0/texture = ExtResource( 2 )
frame_1/texture = ExtResource( 3 )
frame_1/delay_sec = 0.0
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( -445.373, -231.581 )
scale = Vector2( 3.095, 3.095 )
texture = SubResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = -387.143
margin_top = -225.51
margin_right = 420.857
margin_bottom = -193.51
text = "As you can see, you have 10 lives. Pay attention to them."
__meta__ = {
"_edit_use_anchors_": false
}
|