-
Notifications
You must be signed in to change notification settings - Fork 0
/
WinScene.tscn
56 lines (49 loc) · 1.42 KB
/
WinScene.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://fonts/RetroGamingMedium.tres" type="DynamicFont" id=1]
[ext_resource path="res://fonts/RetroGamingBig.tres" type="DynamicFont" id=2]
[node name="Control" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CenterContainer" type="CenterContainer" parent="."]
margin_right = 1021.0
margin_bottom = 600.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
margin_left = 53.0
margin_top = 71.0
margin_right = 967.0
margin_bottom = 528.0
[node name="Titre" type="Label" parent="CenterContainer/VBoxContainer"]
margin_right = 914.0
margin_bottom = 77.0
custom_fonts/font = ExtResource( 2 )
text = "Victory !"
align = 1
[node name="Sous-Titre" type="Label" parent="CenterContainer/VBoxContainer"]
margin_top = 81.0
margin_right = 914.0
margin_bottom = 132.0
custom_fonts/font = ExtResource( 1 )
text = "You beat the game !"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="bodyText" type="Label" parent="CenterContainer/VBoxContainer"]
margin_top = 136.0
margin_right = 914.0
margin_bottom = 457.0
custom_fonts/font = ExtResource( 1 )
text = "Thanks for playing.
We hope you enjoyed this game !
If you did, please rate our game
on our itch.io page
and tell us what you think.
We'll be glad to test your game too !"
align = 1
lines_skipped = 1