fix font weirdness and other patches

This commit is contained in:
Persephone Bubblegum-Holiday 2025-04-14 16:29:30 -07:00
parent 0f6c3bb1a3
commit cb69ef032e
18 changed files with 120 additions and 22 deletions

View file

@ -1,5 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://bdcxusbd86oox"]
[gd_scene load_steps=7 format=3 uid="uid://bdcxusbd86oox"]
[ext_resource type="FontFile" uid="uid://g33624ku0v3y" path="res://UI/Fonts/OpenMoji.ttf" id="1_4uocr"]
[ext_resource type="Script" uid="uid://dwl36vn5chqmq" path="res://Scripts/GL_Node_Point.gd" id="1_fygh4"]
[ext_resource type="Script" uid="uid://q5qlhwvjb16w" path="res://Scripts/GL_Node_Picker_Float.gd" id="2_vlx6y"]
[ext_resource type="Script" uid="uid://dflftb37a7ind" path="res://Scripts/GL_Node_Picker_Color.gd" id="3_tf34m"]
@ -11,7 +12,8 @@
[node name="Input" type="Button" parent="." groups=["Outputs"]]
layout_mode = 2
mouse_default_cursor_shape = 2
text = "◉"
theme_override_fonts/font = ExtResource("1_4uocr")
text = "🔘"
script = ExtResource("1_fygh4")
[node name="Label" type="Label" parent="."]
@ -56,7 +58,8 @@ allow_reselect = true
[node name="Button" type="Button" parent="Pick Audio/HBox"]
layout_mode = 2
text = "🗀"
theme_override_fonts/font = ExtResource("1_4uocr")
text = "📁"
[node name="FileDialog" type="FileDialog" parent="Pick Audio"]
title = "Open a File"
@ -69,7 +72,8 @@ access = 2
[node name="Output" type="Button" parent="." groups=["Outputs"]]
layout_mode = 2
mouse_default_cursor_shape = 2
text = "◉"
theme_override_fonts/font = ExtResource("1_4uocr")
text = "🔘"
script = ExtResource("1_fygh4")
[connection signal="button_down" from="Input" to="Input" method="_detatch"]

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://b0arjg8r75f8y"]
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="1_arhwt"]
[ext_resource type="Theme" uid="uid://cxi113pis5rln" path="res://UI/Themes/Default.tres" id="1_arhwt"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_arhwt"]