-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.tscn
51 lines (40 loc) · 1.2 KB
/
start.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
42
43
44
45
46
47
48
49
[gd_scene load_steps=4 format=1]
[ext_resource path="res://assets/end.png" type="Texture" id=1]
[ext_resource path="res://start.gd" type="Script" id=2]
[sub_resource type="Animation" id=1]
resource/name = "cta"
length = 1.0
loop = true
step = 0.1
tracks/0/type = "value"
tracks/0/path = NodePath(".:visibility/opacity")
tracks/0/interp = 1
tracks/0/keys = { "cont":true, "times":FloatArray( 0, 0.5, 1 ), "transitions":FloatArray( 1, 1, 1 ), "values":[ 0.0, 1.0, 0.0 ] }
[node name="Sprite" type="Sprite"]
texture = ExtResource( 1 )
centered = false
script/script = ExtResource( 2 )
[node name="Label" type="Label" parent="."]
visibility/opacity = 0.697334
rect/scale = Vector2( 2, 2 )
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 214.0
margin/top = 172.0
margin/right = 330.0
margin/bottom = 185.0
text = "PRESS A TO START"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="AnimationPlayer" type="AnimationPlayer" parent="Label"]
playback/process_mode = 1
playback/default_blend_time = 0.0
root/root = NodePath("..")
anims/cta = SubResource( 1 )
playback/active = true
playback/speed = 1.0
blend_times = [ ]
autoplay = "cta"