main menu

This commit is contained in:
Rendo 2025-07-01 17:31:12 +05:00
commit 089ebc4797
35 changed files with 389 additions and 117 deletions

View file

@ -0,0 +1,44 @@
[gd_resource type="Theme" load_steps=8 format=3 uid="uid://btulhvgwclket"]
[ext_resource type="Texture2D" uid="uid://cmcwrgcm272gy" path="res://assets/sprites/gui/main_menu_buttons.png" id="1_jv7fv"]
[sub_resource type="AtlasTexture" id="AtlasTexture_132w1"]
atlas = ExtResource("1_jv7fv")
region = Rect2(96, 0, 48, 48)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_45124"]
texture = SubResource("AtlasTexture_132w1")
texture_margin_left = 15.0
texture_margin_top = 15.0
texture_margin_right = 15.0
texture_margin_bottom = 15.0
[sub_resource type="AtlasTexture" id="AtlasTexture_n6pvk"]
atlas = ExtResource("1_jv7fv")
region = Rect2(0, 0, 48, 48)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_2hb1n"]
texture = SubResource("AtlasTexture_n6pvk")
texture_margin_left = 15.0
texture_margin_top = 15.0
texture_margin_right = 15.0
texture_margin_bottom = 15.0
[sub_resource type="AtlasTexture" id="AtlasTexture_p1ypd"]
atlas = ExtResource("1_jv7fv")
region = Rect2(48, 0, 48, 48)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_fg17j"]
texture = SubResource("AtlasTexture_p1ypd")
texture_margin_left = 15.0
texture_margin_top = 15.0
texture_margin_right = 15.0
texture_margin_bottom = 15.0
[resource]
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/styles/hover = SubResource("StyleBoxTexture_45124")
Button/styles/normal = SubResource("StyleBoxTexture_2hb1n")
Button/styles/pressed = SubResource("StyleBoxTexture_fg17j")