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

@ -18,9 +18,9 @@ layout_mode = 0
tooltip_text = "Cyberamic Chuck E. Cheese animatronic featuring the late 2000s/Avenger era outfit"
script = ExtResource("2_icn0g")
identification = "AA_CYBERCHUCK"
visual_name = "Chuck E. (Avenger)"
names = PackedStringArray("Mouth", "Head Up", "Head Right", "Head Left", "Eyes Right", "Eyes Left", "Eyelids", "Right Arm")
types = PackedStringArray("bool", "bool", "bool", "bool", "bool", "bool", "bool", "bool")
visual_name = "Chuck E. (Avenger)"
[connection signal="mouse_entered" from="Node" to="Node" method="mouse_enter"]
[connection signal="mouse_exited" from="Node" to="Node" method="mouse_exit"]

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"]

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=19 format=3 uid="uid://qvo7vlvac8o5"]
[gd_scene load_steps=20 format=3 uid="uid://qvo7vlvac8o5"]
[ext_resource type="Script" uid="uid://8vyuhyx0xogt" path="res://Scripts/freecam.gd" id="1_ru8gb"]
[ext_resource type="Script" uid="uid://c5kxam0k3beml" path="res://Scripts/GL_Speaker.gd" id="2_lubev"]
[ext_resource type="PackedScene" uid="uid://c57u187iciexi" path="res://Scenes/UI/Node Map.tscn" id="3_u0wf5"]
[ext_resource type="PackedScene" uid="uid://dwdcfwbmoo36b" path="res://Models/Props/stage_base.glb" id="4_ol4ys"]
[ext_resource type="PackedScene" uid="uid://dlf6gkpsv5g05" path="res://Models/Props/keyboard.glb" id="5_ti4ja"]
@ -31,6 +32,11 @@ ambient_light_energy = 0.01
transform = Transform3D(0.999998, 0.00163928, -0.000874435, -0.00163943, 0.999999, -0.000166063, 0.000874161, 0.000167496, 1, 0.01889, 3.26498, 9.74284)
script = ExtResource("1_ru8gb")
[node name="Direct Output" type="Node" parent="Camera3D" groups=["DIRECT_OUTPUT"]]
script = ExtResource("2_lubev")
[node name="Speaker" type="AudioStreamPlayer" parent="Camera3D/Direct Output"]
[node name="NodeMap" parent="." instance=ExtResource("3_u0wf5")]
[node name="Props" type="Node" parent="."]

View file

@ -2,7 +2,7 @@
[ext_resource type="Script" uid="uid://i4p62x8fnqpn" path="res://Scripts/GL_Node_Map.gd" id="1_jyqbx"]
[ext_resource type="PackedScene" uid="uid://mowdu1i1rldt" path="res://Scenes/UI/Search.tscn" id="1_xwfut"]
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="2_2eix6"]
[ext_resource type="Theme" uid="uid://cxi113pis5rln" path="res://UI/Themes/Default.tres" id="2_2eix6"]
[sub_resource type="Gradient" id="Gradient_2eix6"]
offsets = PackedFloat32Array(0)