2022-04-22 13:34:43 -06:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2022-03-25 22:25:00 -06:00
|
|
|
|
|
|
|
[ext_resource path="res://fonts/Born2bSportyV2.ttf" type="DynamicFontData" id=1]
|
|
|
|
[ext_resource path="res://Levels/win-01.gd" type="Script" id=2]
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
size = 80
|
|
|
|
font_data = ExtResource( 1 )
|
|
|
|
|
2022-04-22 13:34:43 -06:00
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
|
|
size = 80
|
|
|
|
outline_size = 4
|
|
|
|
outline_color = Color( 1, 0, 0, 1 )
|
|
|
|
font_data = ExtResource( 1 )
|
|
|
|
|
2022-03-25 22:25:00 -06:00
|
|
|
[node name="Win-level01" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
script = ExtResource( 2 )
|
2022-04-22 13:34:43 -06:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2022-03-25 22:25:00 -06:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_left = -802.5
|
|
|
|
margin_top = -166.0
|
|
|
|
margin_right = 802.5
|
|
|
|
margin_bottom = 166.0
|
2022-04-22 13:34:43 -06:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2022-03-25 22:25:00 -06:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
|
|
margin_right = 1605.0
|
|
|
|
margin_bottom = 80.0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
|
|
|
text = "You won level 1! You might think you are skillful now..."
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="VBoxContainer"]
|
|
|
|
margin_top = 84.0
|
|
|
|
margin_right = 1605.0
|
|
|
|
margin_bottom = 164.0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
|
|
|
text = "You still have a long road ahead."
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="Label3" type="Label" parent="VBoxContainer"]
|
|
|
|
margin_top = 168.0
|
|
|
|
margin_right = 1605.0
|
|
|
|
margin_bottom = 248.0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
|
|
|
text = "Get excited for your next challenge young one."
|
|
|
|
align = 1
|
|
|
|
|
|
|
|
[node name="Label4" type="Label" parent="VBoxContainer"]
|
|
|
|
margin_top = 252.0
|
|
|
|
margin_right = 1605.0
|
|
|
|
margin_bottom = 332.0
|
|
|
|
custom_fonts/font = SubResource( 1 )
|
2022-04-22 13:34:43 -06:00
|
|
|
text = "Press to see what's in store for your future!"
|
2022-03-25 22:25:00 -06:00
|
|
|
align = 1
|
2022-04-22 13:34:43 -06:00
|
|
|
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
|
|
|
margin_left = 374.0
|
|
|
|
margin_top = 627.0
|
|
|
|
margin_right = 539.0
|
|
|
|
margin_bottom = 707.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Label5" type="Label" parent="VBoxContainer2"]
|
|
|
|
margin_right = 165.0
|
|
|
|
margin_bottom = 80.0
|
|
|
|
custom_fonts/font = SubResource( 2 )
|
|
|
|
text = "enter"
|