fix head pivot
This commit is contained in:
parent
3ec8569d92
commit
b52332b4ff
1 changed files with 3 additions and 2 deletions
|
@ -150,13 +150,14 @@ region_enabled = true
|
||||||
region_rect = Rect2(768, 640, 256, 128)
|
region_rect = Rect2(768, 640, 256, 128)
|
||||||
|
|
||||||
[node name="Head" type="Sprite2D" parent="Skeleton2D"]
|
[node name="Head" type="Sprite2D" parent="Skeleton2D"]
|
||||||
position = Vector2(0, -562)
|
position = Vector2(0, -423)
|
||||||
texture = ExtResource("2_45h8h")
|
texture = ExtResource("2_45h8h")
|
||||||
|
offset = Vector2(0, -168)
|
||||||
region_enabled = true
|
region_enabled = true
|
||||||
region_rect = Rect2(0, 0, 512, 640)
|
region_rect = Rect2(0, 0, 512, 640)
|
||||||
|
|
||||||
[node name="Hat" type="Sprite2D" parent="Skeleton2D/Head"]
|
[node name="Hat" type="Sprite2D" parent="Skeleton2D/Head"]
|
||||||
position = Vector2(66, 66)
|
position = Vector2(66, -102)
|
||||||
scale = Vector2(0.6, 0.6)
|
scale = Vector2(0.6, 0.6)
|
||||||
texture = ExtResource("3_qyf3b")
|
texture = ExtResource("3_qyf3b")
|
||||||
region_enabled = true
|
region_enabled = true
|
||||||
|
|
Loading…
Reference in a new issue