bodypartfighter/UI/WinScreen.tscn
2020-02-01 13:26:50 +01:00

38 lines
950 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://UI/WinScreenScript.gd" type="Script" id=1]
[node name="Spatial" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
labelPath = NodePath("MarginContainer/VBoxContainer/PlayerWon")
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
margin_right = 1024.0
margin_bottom = 600.0
[node name="Congratz" type="Label" parent="MarginContainer/VBoxContainer"]
margin_top = -1.0
margin_right = 1024.0
margin_bottom = 249.0
rect_min_size = Vector2( 0, 250 )
text = "CONGRATULATIONS!"
align = 1
valign = 2
[node name="PlayerWon" type="Label" parent="MarginContainer/VBoxContainer"]
margin_top = 254.0
margin_right = 1024.0
margin_bottom = 404.0
rect_min_size = Vector2( 0, 150 )
align = 1
valign = 1