mirror of
https://github.com/Cookie-CHR/OfficeMadness-LD51.git
synced 2024-11-21 22:34:19 +00:00
44 lines
1.2 KiB
Text
44 lines
1.2 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://Sprites/Play_button.png" type="Texture" id=1]
|
|
[ext_resource path="res://Sprites/Instructions.png" type="Texture" id=2]
|
|
[ext_resource path="res://Sprites/menu_button.png" type="Texture" id=3]
|
|
[ext_resource path="res://Scripts/Play.gd" type="Script" id=4]
|
|
[ext_resource path="res://Music/Music_Changer.gd" type="Script" id=5]
|
|
[ext_resource path="res://Sprites/Music_On.png" type="Texture" id=6]
|
|
|
|
[node name="Panel" type="Panel"]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
position = Vector2( 512, 300 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="Play" type="Button" parent="."]
|
|
margin_left = 312.0
|
|
margin_top = 452.0
|
|
margin_right = 549.0
|
|
margin_bottom = 558.0
|
|
icon = ExtResource( 1 )
|
|
flat = true
|
|
|
|
[node name="Menu" type="Button" parent="."]
|
|
margin_left = 740.0
|
|
margin_top = 450.0
|
|
margin_right = 977.0
|
|
margin_bottom = 556.0
|
|
icon = ExtResource( 3 )
|
|
flat = true
|
|
|
|
[node name="Title" type="AudioStreamPlayer" parent="."]
|
|
script = ExtResource( 5 )
|
|
|
|
[node name="Mute" type="Button" parent="."]
|
|
margin_left = 108.0
|
|
margin_top = 44.0
|
|
margin_right = 187.0
|
|
margin_bottom = 117.0
|
|
icon = ExtResource( 6 )
|
|
flat = true
|