Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

cow2studios

2
Posts
A member registered Jun 10, 2025 · View creator page →

Creator of

Recent community posts

For anyone wanting to develop with these assets, I have calculated the seperation and card size of each specific card for CuteCards.png (normal one not pixel art one)

image_size - 1500*576

card - 92*136

left_margin - 4 right_margin - 4 margin_between_cards - 8 up_margin - 4 down_margin - 4

Card Layout:

up_margin (4 px vertical gap)

left_margin (4px horizontal gap) - card - margin_between_cards (8px horizontal gaps) - card… right_margin(4px horizontal gap)

margin_between_card (8px vertical gap)

left_margin (4px horizontal gap) - card - margin_between_cards (8px horizontal gaps) - card… right_margin(4px horizontal gap)

margin_between_card (8px vertical gap)

left_margin (4px horizontal gap) - card - margin_between_cards (8px horizontal gaps) - card… right_margin(4px horizontal gap)

margin_between_card (8px vertical gap)

left_margin (4px horizontal gap) - card - margin_between_cards (8px horizontal gaps) - card… right_margin(4px horizontal gap)

down_margin(4px vertical gap)

Final Summary

Width: 4px (left) + (15 cards * 92px) + (14 gaps * 8px) + 4px (right) = 1500px

Height: 4px (top) + (4 cards * 136px) + (3 gaps * 8px) + 4px (bottom) = 576px

I thank you so very much, your free sprite sheet really helped in testing this custom node I am making for HD-2D games in Godot. The animations in the sheet also made it very fun during development as well and once I start making money from my games, I will definitely donate to you.