48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://ButtonMain.gd" type="Script" id=1]
|
|
[ext_resource path="res://Mister Pixel Regular.otf" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://textures/button_bg.png" type="Texture" id=3]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 83
|
|
font_data = ExtResource( 2 )
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 50
|
|
font_data = ExtResource( 2 )
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
margin_left = 370.0
|
|
margin_top = 260.0
|
|
margin_right = 650.0
|
|
margin_bottom = 340.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 330.0
|
|
margin_top = 170.0
|
|
margin_right = 690.0
|
|
margin_bottom = 260.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "You Win!"
|
|
align = 1
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 510, 300 )
|
|
scale = Vector2( 9.875, 6.75 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
margin_left = 330.0
|
|
margin_top = 270.0
|
|
margin_right = 690.0
|
|
margin_bottom = 360.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
text = "Main Menu"
|
|
align = 1
|
|
|