add explicit theme
This commit is contained in:
parent
9ba5b38c53
commit
a6db3baa87
4 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://h1sdn3cjclqi"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://h1sdn3cjclqi"]
|
||||
|
||||
[ext_resource type="Script" path="res://loaded.gd" id="1_ntmjw"]
|
||||
[ext_resource type="Theme" uid="uid://bgc6fej502w0h" path="res://theme.tres" id="2_bnfav"]
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer"]
|
||||
anchors_preset = 15
|
||||
|
|
@ -36,6 +37,7 @@ theme_override_font_sizes/font_size = 1
|
|||
|
||||
[node name="PanelContainer2" type="PanelContainer" parent="."]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("2_bnfav")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer2"]
|
||||
layout_mode = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue