create game_menu, page generic, page_1, page_2 and relatives widgets

This commit is contained in:
2026-05-07 23:35:14 +02:00
parent 70d3dfe15c
commit 2ef9e66917
99 changed files with 1900 additions and 188 deletions

17
core/game_menu/tab.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene format=3 uid="uid://dr5b6jnh7rcko"]
[ext_resource type="Script" uid="uid://37s131g0d5lh" path="res://core/game_menu/tab.gd" id="1_5bcha"]
[ext_resource type="Texture2D" uid="uid://ce1u34fp1h2o5" path="res://core/game_menu/assets/page_1/ticket1.png" id="2_giv8b"]
[node name="Tab" type="Control" unique_id=2026548604]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_5bcha")
image = ExtResource("2_giv8b")
[node name="Texture" type="TextureRect" parent="." unique_id=1837700127]
unique_name_in_owner = true
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_giv8b")