-
Notifications
You must be signed in to change notification settings - Fork 1
/
Win.tscn
81 lines (66 loc) · 2.26 KB
/
Win.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
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
[gd_scene load_steps=11 format=2]
[ext_resource path="res://assets/player_menu.png" type="Texture" id=1]
[ext_resource path="res://assets/Moleculas/amida.png" type="Texture" id=2]
[ext_resource path="res://assets/Moleculas/fenol.png" type="Texture" id=3]
[ext_resource path="res://assets/Moleculas/AcCarbox.png" type="Texture" id=4]
[sub_resource type="DynamicFontData" id=1]
font_path = "res://font/ChiKareGo2Font.ttf"
[sub_resource type="DynamicFont" id=10]
size = 40
font_data = SubResource( 1 )
[sub_resource type="AtlasTexture" id=7]
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 16, 16 )
[sub_resource type="AtlasTexture" id=8]
atlas = ExtResource( 1 )
region = Rect2( 16, 0, 16, 16 )
[sub_resource type="AtlasTexture" id=9]
atlas = ExtResource( 1 )
region = Rect2( 32, 0, 16, 16 )
[sub_resource type="SpriteFrames" id=11]
animations = [ {
"frames": [ SubResource( 7 ), SubResource( 8 ), SubResource( 9 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]
[node name="Win" type="Node2D"]
[node name="CanvasLayer" type="CanvasLayer" parent="."]
follow_viewport_enable = true
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer"]
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
margin_top = 16.75
margin_bottom = 66.75
custom_fonts/normal_font = SubResource( 10 )
bbcode_enabled = true
bbcode_text = "[center][wave amp=15 freq=6]You Win![/wave][/center]"
text = "You Win!"
scroll_active = false
[node name="AnimatedSprite" type="AnimatedSprite" parent="CanvasLayer"]
position = Vector2( 303, 114.75 )
scale = Vector2( 7.21875, 7.21875 )
frames = SubResource( 11 )
frame = 1
playing = true
[node name="Amida" type="Sprite" parent="CanvasLayer"]
position = Vector2( 184, 249 )
rotation = 0.261799
scale = Vector2( 1.48949, 1.52176 )
texture = ExtResource( 2 )
[node name="Fenol" type="Sprite" parent="CanvasLayer"]
position = Vector2( 185, 92 )
rotation = -0.00269988
scale = Vector2( 1.70558, 1.72154 )
texture = ExtResource( 3 )
[node name="Fenol2" type="Sprite" parent="CanvasLayer"]
position = Vector2( 427, 237 )
rotation = -0.261799
scale = Vector2( 1.70558, 1.72154 )
texture = ExtResource( 3 )
[node name="AcCarbox" type="Sprite" parent="CanvasLayer"]
position = Vector2( 442, 99 )
rotation = 0.261799
scale = Vector2( 1.72229, 1.72051 )
texture = ExtResource( 4 )