How To

How to make 16-bit sprites

0

Julian_1 2020-04-12 19:46

I am confused how do I make a 16-bit sprite with gamepad


Timo 2020-04-12 20:08

Do you mean the size of 16x16 pixels?
You can draw your sprite in the Char Editor as 2x2 characters and then set the size in your program like this:
SPRITE 0 SIZE 1

Is it this what you mean?


Julian_1 2020-04-12 20:09

yes thank you so much, is there a way to make games with text input and gamepad


Brady_1 2020-04-12 20:16

Hello do you mind if I show you my start to my game Timo


Brady_1 2020-04-12 20:17

I’m Julian_1’s good friend and we are working on a game together


Timo 2020-04-13 08:47

You can upload your game already and publish it in the "Work in progress" category. When we see your code it's also easier to help.


Timo 2020-04-13 08:52

Here is an example for a 16x16-pixel sprite.

bigsprite.nx | Open in app
2020-04-13 08:52

big buddy 2020-06-10 14:42

This helped me so much!!


Log in to reply.