25 lines
674 B
Plaintext
25 lines
674 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://ui/normal_theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://levels/Win.gd" type="Script" id=2]
|
|
[ext_resource path="res://ui/thanks.png" type="Texture" id=3]
|
|
|
|
[node name="Win" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 3 )
|
|
centered = false
|
|
|
|
[node name="AgainBtn" type="Button" parent="."]
|
|
margin_left = 131.0
|
|
margin_top = 839.0
|
|
margin_right = 237.0
|
|
margin_bottom = 872.0
|
|
theme = ExtResource( 1 )
|
|
text = "Play again"
|
|
|
|
[connection signal="pressed" from="AgainBtn" to="." method="_on_AgainBtn_pressed"]
|