Theme updates; minor additional changes

This updates the theme-setting across all levels, for dark and light. Also begins a loading process for the module map.
This commit is contained in:
MacDugRPG
2022-03-06 15:37:43 -05:00
parent 5b15df8862
commit 9cceb1bb44
9 changed files with 275 additions and 67 deletions

View File

@ -1,6 +1,5 @@
[gd_scene load_steps=4 format=2]
[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/liberation_serif_20pt.tres" type="DynamicFont" id=1]
[ext_resource path="res://UserInterface/Response.tscn" type="PackedScene" id=2]
[ext_resource path="res://UserInterface/InputResponse.gd" type="Script" id=3]
@ -14,12 +13,10 @@ __meta__ = {
[node name="InputHistory" type="Label" parent="."]
margin_right = 984.0
margin_bottom = 23.0
custom_fonts/font = ExtResource( 1 )
custom_colors/font_color = Color( 0.686275, 0.658824, 0.658824, 1 )
margin_bottom = 14.0
text = " > This is what user selected"
autowrap = true
[node name="Response" parent="." instance=ExtResource( 2 )]
margin_top = 27.0
margin_bottom = 61.0
margin_top = 18.0
margin_bottom = 32.0

View File

@ -1,10 +1,4 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/base_dynamicFont_BIG.tres" type="DynamicFont" id=1]
[ext_resource path="res://assets/liberation_serif_40pt.tres" type="DynamicFont" id=2]
[sub_resource type="Theme" id=1]
default_font = ExtResource( 2 )
[gd_scene format=2]
[node name="Title" type="Label"]
anchor_left = 0.5
@ -13,8 +7,6 @@ margin_left = -110.5
margin_top = 114.422
margin_right = 110.5
margin_bottom = 180.422
theme = SubResource( 1 )
custom_fonts/font = ExtResource( 1 )
text = "Main Menu"
align = 1
__meta__ = {