-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnswerOption.tscn
More file actions
86 lines (79 loc) · 3.99 KB
/
Copy pathAnswerOption.tscn
File metadata and controls
86 lines (79 loc) · 3.99 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[gd_scene load_steps=32 format=2]
[ext_resource path="res://AnswerOption.gd" type="Script" id=1]
[ext_resource path="res://font.tres" type="DynamicFont" id=2]
[ext_resource path="res://TextStyle.tres" type="StyleBox" id=3]
[ext_resource path="res://Numbers/1.png" type="Texture" id=4]
[ext_resource path="res://looplights/looplights_00025.png" type="Texture" id=5]
[ext_resource path="res://looplights/looplights_00021.png" type="Texture" id=6]
[ext_resource path="res://looplights/looplights_00016.png" type="Texture" id=7]
[ext_resource path="res://looplights/looplights_00015.png" type="Texture" id=8]
[ext_resource path="res://looplights/looplights_00032.png" type="Texture" id=9]
[ext_resource path="res://looplights/looplights_00026.png" type="Texture" id=10]
[ext_resource path="res://looplights/looplights_00017.png" type="Texture" id=11]
[ext_resource path="res://looplights/looplights_00020.png" type="Texture" id=12]
[ext_resource path="res://looplights/looplights_00024.png" type="Texture" id=13]
[ext_resource path="res://looplights/looplights_00012.png" type="Texture" id=14]
[ext_resource path="res://looplights/looplights_00036.png" type="Texture" id=15]
[ext_resource path="res://looplights/looplights_00033.png" type="Texture" id=16]
[ext_resource path="res://looplights/looplights_00019.png" type="Texture" id=17]
[ext_resource path="res://looplights/looplights_00034.png" type="Texture" id=18]
[ext_resource path="res://looplights/looplights_00029.png" type="Texture" id=19]
[ext_resource path="res://looplights/looplights_00027.png" type="Texture" id=20]
[ext_resource path="res://looplights/looplights_00018.png" type="Texture" id=21]
[ext_resource path="res://looplights/looplights_00022.png" type="Texture" id=22]
[ext_resource path="res://looplights/looplights_00030.png" type="Texture" id=23]
[ext_resource path="res://looplights/looplights_00031.png" type="Texture" id=24]
[ext_resource path="res://looplights/looplights_00023.png" type="Texture" id=25]
[ext_resource path="res://looplights/looplights_00028.png" type="Texture" id=26]
[ext_resource path="res://looplights/looplights_00013.png" type="Texture" id=27]
[ext_resource path="res://looplights/looplights_00014.png" type="Texture" id=28]
[ext_resource path="res://looplights/looplights_00035.png" type="Texture" id=29]
[ext_resource path="res://looplights/looplights_off.png" type="Texture" id=30]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 14 ), ExtResource( 27 ), ExtResource( 28 ), ExtResource( 8 ), ExtResource( 7 ), ExtResource( 11 ), ExtResource( 21 ), ExtResource( 17 ), ExtResource( 12 ), ExtResource( 6 ), ExtResource( 22 ), ExtResource( 25 ), ExtResource( 13 ), ExtResource( 5 ), ExtResource( 10 ), ExtResource( 20 ), ExtResource( 26 ), ExtResource( 19 ), ExtResource( 23 ), ExtResource( 24 ), ExtResource( 9 ), ExtResource( 16 ), ExtResource( 18 ), ExtResource( 29 ), ExtResource( 15 ) ],
"loop": true,
"name": "default",
"speed": 25.0
}, {
"frames": [ ExtResource( 30 ) ],
"loop": true,
"name": "off",
"speed": 5.0
} ]
[node name="AnswerOption" type="Node2D"]
script = ExtResource( 1 )
default_color = Color( 0.619608, 0.619608, 0.619608, 1 )
[node name="Background" type="ColorRect" parent="."]
margin_right = 360.0
margin_bottom = 600.0
color = Color( 0.203922, 0.203922, 0.203922, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 180.25, 220.25 )
scale = Vector2( 0.33287, 0.33287 )
texture = ExtResource( 4 )
[node name="Text" type="Label" parent="."]
margin_top = 456.0
margin_right = 360.0
margin_bottom = 536.0
size_flags_horizontal = 5
size_flags_vertical = 14
custom_styles/normal = ExtResource( 3 )
custom_fonts/font = ExtResource( 2 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Test"
align = 1
valign = 1
autowrap = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 176, 300 )
scale = Vector2( 0.636943, 0.706652 )
frames = SubResource( 1 )
animation = "off"
playing = true