57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bj1ita42m6vj5"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://blkdbhu6usvic" path="res://model/GameConsole.png" id="1_1xnas"]
|
|
[ext_resource type="Script" path="res://script/Gameboy.cs" id="1_8q5hj"]
|
|
[ext_resource type="Texture2D" uid="uid://uudw2vydoal1" path="res://model/GCMenu.png" id="2_06g1x"]
|
|
[ext_resource type="Theme" uid="uid://547aer6bl6w8" path="res://themes/theme_buttons_gameboy.tres" id="4_a5nt6"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fjb7e"]
|
|
bg_color = Color(0.0862745, 0.0862745, 0.0862745, 0.596078)
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer"]
|
|
script = ExtResource("1_8q5hj")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_fjb7e")
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="Panel"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="GameConsole" type="Sprite2D" parent="Panel/CenterContainer"]
|
|
texture = ExtResource("1_1xnas")
|
|
|
|
[node name="GcMenu" type="Sprite2D" parent="Panel/CenterContainer"]
|
|
texture = ExtResource("2_06g1x")
|
|
|
|
[node name="A" type="Button" parent="."]
|
|
offset_left = 125.0
|
|
offset_top = 186.0
|
|
offset_right = 149.0
|
|
offset_bottom = 218.0
|
|
theme = ExtResource("4_a5nt6")
|
|
text = " "
|
|
|
|
[node name="B" type="Button" parent="."]
|
|
offset_left = 164.0
|
|
offset_top = 207.0
|
|
offset_right = 188.0
|
|
offset_bottom = 239.0
|
|
theme = ExtResource("4_a5nt6")
|
|
text = " "
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|