everything can be a little better
This commit is contained in:
parent
8b399bc69c
commit
771a83c718
9 changed files with 45 additions and 177 deletions
|
@ -18,6 +18,7 @@ layout_mode = 0
|
|||
tooltip_text = "Controls Chica's movements. All eyelid movements can be set to a particular position using values of 0.0 to 1.0."
|
||||
script = ExtResource("2_1w6x8")
|
||||
identification = "AA_CYBERHELEN"
|
||||
visual_name = "Helen Henny (Tux)"
|
||||
names = PackedStringArray("Mouth", "Head Up", "Head Right", "Head Left", "Eyes Right", "Eyes Left", "Eyelids", "Right Arm")
|
||||
types = PackedStringArray("float", "float", "float", "float", "float", "float", "float", "float")
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,11 +3,12 @@
|
|||
[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"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_xwfut"]
|
||||
colors = PackedColorArray(0.448074, 0.0582233, 0.099986, 1, 0.330802, 0.066494, 0.0423852, 1)
|
||||
[sub_resource type="Gradient" id="Gradient_jyqbx"]
|
||||
offsets = PackedFloat32Array(0)
|
||||
colors = PackedColorArray(0.121569, 0.121569, 0.121569, 0.501961)
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_jyqbx"]
|
||||
gradient = SubResource("Gradient_xwfut")
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_2eix6"]
|
||||
gradient = SubResource("Gradient_jyqbx")
|
||||
|
||||
[node name="NodeMap" type="Control"]
|
||||
layout_mode = 3
|
||||
|
@ -25,7 +26,11 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
texture = SubResource("GradientTexture1D_jyqbx")
|
||||
texture = SubResource("GradientTexture1D_2eix6")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="Search" parent="." instance=ExtResource("1_xwfut")]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
offset_right = -1400.0
|
||||
offset_bottom = -700.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue