diff --git a/assets/swatches/grunk_colors.tres b/assets/swatches/grunk_colors.tres new file mode 100644 index 0000000..42b594a --- /dev/null +++ b/assets/swatches/grunk_colors.tres @@ -0,0 +1,4 @@ +[gd_resource type="ColorPalette" format=3 uid="uid://dy1ipqan5615k"] + +[resource] +colors = PackedColorArray(0, 0.101961, 0.301961, 1, 0, 0.0313726, 0.101961, 1, 0.25098, 0.878431, 1, 1, 0.980392, 0.854902, 0, 1, 1, 0, 0, 1) diff --git a/assets/swatches/player_colors.tres b/assets/swatches/player_colors.tres new file mode 100644 index 0000000..9d69d4c --- /dev/null +++ b/assets/swatches/player_colors.tres @@ -0,0 +1,4 @@ +[gd_resource type="ColorPalette" format=3 uid="uid://8apddy4oq27x"] + +[resource] +colors = PackedColorArray(0, 1, 0.301961, 1, 0.819608, 0.827451, 0.266667, 1, 0.866667, 0.203922, 0.203922, 1, 0.0196078, 0.0431373, 0.0627451, 1, 0.0941176, 0.129412, 0.141176, 1, 0.129412, 0.184314, 0.207843, 1, 0.619608, 0.678431, 0.705882, 1, 0.827451, 0.890196, 0.909804, 1, 0.439216, 0.647059, 0.756863, 1, 0.396078, 0.52549, 0.670588, 1) diff --git a/assets/swatches/prop_colors.tres b/assets/swatches/prop_colors.tres new file mode 100644 index 0000000..63f172a --- /dev/null +++ b/assets/swatches/prop_colors.tres @@ -0,0 +1,4 @@ +[gd_resource type="ColorPalette" format=3 uid="uid://byfb8gv1nfj2u"] + +[resource] +colors = PackedColorArray(0.909804, 0.882353, 0.819608, 1, 0.705882, 0.67451, 0.619608, 1, 0.301961, 0.290196, 0.27451, 1, 0.243137, 0.231373, 0.219608, 1, 0.443137, 0.431373, 0.419608, 1, 0.439216, 0.647059, 0.756863, 1, 0.819608, 0.894118, 0.909804, 1, 1, 0.290196, 0.109804, 1) diff --git a/assets/swatches/ui_colors.tres b/assets/swatches/ui_colors.tres new file mode 100644 index 0000000..6f87d04 --- /dev/null +++ b/assets/swatches/ui_colors.tres @@ -0,0 +1,4 @@ +[gd_resource type="ColorPalette" format=3 uid="uid://cpk3dcovwlqtf"] + +[resource] +colors = PackedColorArray(0.14, 1, 0.355, 1, 0.866667, 0.109804, 0.101961, 1, 0.223529, 0.627451, 0.929412, 1) diff --git a/src/world/grunk_beast/shambler/shambler.tscn b/src/world/grunk_beast/shambler/shambler.tscn index d3ff34b..de9c916 100644 --- a/src/world/grunk_beast/shambler/shambler.tscn +++ b/src/world/grunk_beast/shambler/shambler.tscn @@ -119,10 +119,10 @@ unique_name_in_owner = true root_node = NodePath("%AnimationTree/..") tree_root = SubResource("AnimationNodeBlendTree_nayyt") anim_player = NodePath("../AnimationPlayer") -parameters/anim_scale/scale = 1.0 -parameters/front_scale/scale = 1.0 +parameters/anim_scale/scale = 0.1 +parameters/front_scale/scale = 0.0 parameters/idle_blend/blend_amount = 0.0 -parameters/rear_add/add_amount = 1.0 +parameters/rear_add/add_amount = 1.25 parameters/rear_scale/scale = 1.0 [node name="LookTargetPivot" type="Node3D" parent="." index="3"] @@ -132,5 +132,5 @@ top_level = true [node name="LookTarget" type="Marker3D" parent="LookTargetPivot" index="0"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 10) -[node name="MeshInstance3D" type="MeshInstance3D" parent="LookTargetPivot/LookTarget" index="0"] +[node name="DebugBall" type="MeshInstance3D" parent="LookTargetPivot/LookTarget" index="0"] mesh = SubResource("SphereMesh_s7rwx")