Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelius7309 committed Apr 1, 2024
1 parent 7df3165 commit ae8d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sprite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function Card:set_sprites(_center, _front)
end
if _center.soul_pos then
self.children.floating_sprite.atlas = G.ASSET_ATLAS[_center.atlas or _center.set]
self.children.floating_sprite:set_pos(_center.soul_pos)
self.children.floating_sprite:set_sprite_pos(_center.soul_pos)
end
end
end
Expand Down

0 comments on commit ae8d2d2

Please sign in to comment.