Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, amazing pack i cant lie
i wanted to ask how to make the sprites bigger  bcuz for now they are 16 pixels but i need to scale them up like in your project.

Thanks! I'm not sure I understand the question, in the example project the sprites also have a size of 16 pixels

oh yeah? then never mind. in the example project they looked bigger than 16. perhaps Godot can scale them without quality lose?
i am using c to make the game, so no enigne.
in any case, great pack, keep up the good work.

Yes in Godot you can change their scale, but also use a camera2D which allows you to zoom in a scene, which is the most practical solution in my opinion.