Skip to content

Commit

Permalink
move everyone up by 2 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed Jun 13, 2024
1 parent 90b10ef commit eda6fe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pets-gd/scenes/char/Base.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ size = Vector2(48, 32)
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(4, 4)
texture = ExtResource("1_j248l")
offset = Vector2(0, -2)
hframes = 8
vframes = 8
frame = 1
Expand Down
2 changes: 1 addition & 1 deletion pets-gd/scenes/char/ETHAN.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ graph_offset = Vector2(-79, 13)
[node name="ETHAN" instance=ExtResource("1_4disj")]

[node name="Sprite2D" parent="." index="0"]
offset = Vector2(0, 3)
offset = Vector2(0, 1)

[node name="AnimationTree" parent="." index="2"]
tree_root = SubResource("AnimationNodeStateMachine_4htcc")
2 changes: 1 addition & 1 deletion pets-gd/scenes/char/MIRA.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ graph_offset = Vector2(-79, 13)

[node name="Sprite2D" parent="." index="0"]
texture = ExtResource("2_ld7rf")
offset = Vector2(0, -2)
offset = Vector2(0, -4)

[node name="AnimationTree" parent="." index="2"]
tree_root = SubResource("AnimationNodeStateMachine_4htcc")

0 comments on commit eda6fe5

Please sign in to comment.