style!
This commit is contained in:
parent
356b0a92e6
commit
902024fc3f
19 changed files with 272 additions and 10 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dxr1ergmn3ij7"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dxr1ergmn3ij7"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://4c4k3o0jnmdk" path="res://scenes/menu.gd" id="1_vjb58"]
|
||||
[ext_resource type="Texture2D" uid="uid://b1rs6epjar6mj" path="res://assets/menu.png" id="2_con2f"]
|
||||
[ext_resource type="Texture2D" uid="uid://bx7x5ufcp3nmt" path="res://assets/logo/game_name.png" id="3_con2f"]
|
||||
|
||||
[node name="Menu" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
@ -52,7 +53,15 @@ theme_override_constants/margin_bottom = 5
|
|||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
||||
custom_minimum_size = Vector2(0, 189.09)
|
||||
layout_mode = 2
|
||||
texture = ExtResource("3_con2f")
|
||||
expand_mode = 1
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/PanelContainer/MarginContainer/VBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
bbcode_enabled = true
|
||||
text = "[center][font_size=50][wave](title pending)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue