add explicit theme
This commit is contained in:
parent
9ba5b38c53
commit
a6db3baa87
|
@ -9,3 +9,6 @@
|
||||||
* https://github.com/mitchellh/zig-overlay
|
* https://github.com/mitchellh/zig-overlay
|
||||||
- https://github.com/bluesillybeard/ZigAndRaylibSetup
|
- https://github.com/bluesillybeard/ZigAndRaylibSetup
|
||||||
- https://github.com/nrdmn/awesome-zig#web
|
- https://github.com/nrdmn/awesome-zig#web
|
||||||
|
|
||||||
|
## Assets
|
||||||
|
Color palette from https://lospec.com/palette-list/fairydust-8
|
||||||
|
|
|
@ -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="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"]
|
[node name="VBoxContainer" type="VBoxContainer"]
|
||||||
anchors_preset = 15
|
anchors_preset = 15
|
||||||
|
@ -36,6 +37,7 @@ theme_override_font_sizes/font_size = 1
|
||||||
|
|
||||||
[node name="PanelContainer2" type="PanelContainer" parent="."]
|
[node name="PanelContainer2" type="PanelContainer" parent="."]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
theme = ExtResource("2_bnfav")
|
||||||
|
|
||||||
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer2"]
|
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer2"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
|
@ -35,3 +35,4 @@ enabled=PackedStringArray("res://addons/godot-sqlite/plugin.cfg")
|
||||||
renderer/rendering_method="gl_compatibility"
|
renderer/rendering_method="gl_compatibility"
|
||||||
renderer/rendering_method.mobile="gl_compatibility"
|
renderer/rendering_method.mobile="gl_compatibility"
|
||||||
textures/vram_compression/import_etc2_astc=true
|
textures/vram_compression/import_etc2_astc=true
|
||||||
|
environment/defaults/default_clear_color=Color(0.941176, 0.964706, 0.909804, 1)
|
||||||
|
|
3
godot/theme.tres
Normal file
3
godot/theme.tres
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[gd_resource type="Theme" format=3 uid="uid://bgc6fej502w0h"]
|
||||||
|
|
||||||
|
[resource]
|
Loading…
Reference in a new issue