This commit is contained in:
Dukantic
2024-10-23 20:19:08 +02:00
parent 34900b4180
commit b84f5a3871
8 changed files with 170 additions and 4 deletions

View File

@@ -1,11 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://bj1ita42m6vj5"]
[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
@@ -27,3 +31,26 @@ 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