New shadow
This commit is contained in:
parent
dc8aaa6098
commit
2fd15f04d6
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 937 B |
|
@ -351,6 +351,10 @@ _data = {
|
|||
|
||||
[node name="Rig" type="Node2D" parent="."]
|
||||
|
||||
[node name="Shadow" type="Sprite2D" parent="Rig"]
|
||||
modulate = Color(1, 1, 1, 0.290196)
|
||||
texture = ExtResource("2_535g7")
|
||||
|
||||
[node name="Stick" type="Sprite2D" parent="Rig"]
|
||||
position = Vector2(0, -1)
|
||||
texture = ExtResource("1_vdhcl")
|
||||
|
@ -365,10 +369,6 @@ offset = Vector2(-1, -56)
|
|||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 99.6683, 136)
|
||||
|
||||
[node name="Shadow" type="Sprite2D" parent="Rig"]
|
||||
modulate = Color(1, 1, 1, 0.67451)
|
||||
texture = ExtResource("2_535g7")
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_blnjx")
|
||||
|
|
|
@ -816,6 +816,7 @@ height = 186.37
|
|||
metadata/_edit_horizontal_guides_ = [111.0]
|
||||
|
||||
[node name="Shadow" type="Sprite2D" parent="."]
|
||||
modulate = Color(1, 1, 1, 0.329412)
|
||||
position = Vector2(0, -8)
|
||||
scale = Vector2(2.31, 1.7)
|
||||
texture = ExtResource("1_vl1mv")
|
||||
|
|
Loading…
Reference in New Issue