fix font weirdness and other patches

This commit is contained in:
Persephone Bubblegum-Holidy 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"]