80 lines
2.2 KiB
Plaintext
80 lines
2.2 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://Scripts/EndGameWindow.gd" type="Script" id=1]
|
|
[ext_resource path="res://Font/COMIC.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://Sounds/PaintJamEndGameTheme.wav" type="AudioStream" id=3]
|
|
[ext_resource path="res://Assets/QUIT WINNING.png" type="Texture" id=4]
|
|
[ext_resource path="res://Assets/WINNER.png" type="Texture" id=5]
|
|
[ext_resource path="res://Assets/RESTART WINNING.png" type="Texture" id=6]
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer"]
|
|
layer = 100
|
|
|
|
[node name="Window" type="Control" parent="."]
|
|
pause_mode = 2
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Background" type="ColorRect" parent="Window"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 1.22778
|
|
margin_top = -1.22775
|
|
margin_right = 1.22778
|
|
margin_bottom = -1.22778
|
|
color = Color( 0, 0, 0, 0.309804 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="WinnerPopUp" type="Sprite" parent="Window"]
|
|
position = Vector2( 951.212, 510.746 )
|
|
texture = ExtResource( 5 )
|
|
|
|
[node name="WinnerName" type="Label" parent="Window/WinnerPopUp"]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -876.595
|
|
margin_top = 59.2959
|
|
margin_right = -673.595
|
|
margin_bottom = 111.296
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "AZER"
|
|
align = 1
|
|
valign = 1
|
|
autowrap = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="RestartButton" type="TextureButton" parent="Window/WinnerPopUp"]
|
|
margin_left = -403.089
|
|
margin_top = 187.089
|
|
margin_right = 11.9109
|
|
margin_bottom = 328.089
|
|
texture_normal = ExtResource( 6 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="QuitButton" type="TextureButton" parent="Window/WinnerPopUp"]
|
|
margin_left = 39.6559
|
|
margin_top = 184.284
|
|
margin_right = 432.656
|
|
margin_bottom = 315.284
|
|
texture_normal = ExtResource( 4 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="EndGameTheme" type="AudioStreamPlayer" parent="."]
|
|
pause_mode = 2
|
|
stream = ExtResource( 3 )
|
|
[connection signal="pressed" from="Window/WinnerPopUp/RestartButton" to="Window" method="_on_RestartButton_pressed"]
|
|
[connection signal="pressed" from="Window/WinnerPopUp/QuitButton" to="Window" method="_on_QuitButton_pressed"]
|