polished
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dgq21ggr3br2g"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://dgq21ggr3br2g"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bfgqkpn60hhwj" path="res://scripts/menus/main_menu.gd" id="1_xqga4"]
|
||||
[ext_resource type="Texture2D" uid="uid://dcnjviy00bral" path="res://assets/textures/ui.png" id="2_2o76q"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd657k2lc3gyc" path="res://scenes/menus/profile_creator.tscn" id="2_ovrgc"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_6bivr"]
|
||||
texture = ExtResource("2_2o76q")
|
||||
texture_margin_left = 30.0
|
||||
texture_margin_right = 30.0
|
||||
region_rect = Rect2(0, 0, 96, 15)
|
||||
|
||||
[node name="MainMenu" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -43,6 +50,7 @@ grow_vertical = 2
|
||||
|
||||
[node name="Button" type="Button" parent="TabContainer/Main/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_override_styles/normal = SubResource("StyleBoxTexture_6bivr")
|
||||
text = "Start"
|
||||
|
||||
[node name="ProfileCreator" parent="TabContainer" instance=ExtResource("2_ovrgc")]
|
||||
|
||||
Reference in New Issue
Block a user