Collaboration

need background help

1

EnderCal1012 2022-08-28 19:09

im making a new game called name and i need someone to apply the background and set up colloisions for me please.

Name.nx | Open in app
2022-08-28 19:09

McPepic 2022-08-28 19:49

Is there any information you can provide on how you want the background set up and what kind of collision your going for? If I knew that, I could provide some pointers to get it set up.


was8bit 2022-08-29 04:36 (Edited)

The system actually has 2 backgrounds that are 32x32 cells, each cell holds a character# (as u c on character page of GFX designer)

BG 0 is actually above BG 1

Also, the system supports SPRITES which float around on their own, they are not part of the background...

I recommend just using one background, and use CELL X,Y,# to place things, and CELL.C(X,Y) to read things...

Start out very simple at first until you catch on how lowresNx works at this level :)


was8bit 2022-08-29 04:37

BTW, the visible screen is X=0 to 19, Y=0 to 15


was8bit 2022-08-29 05:49

Check is out ;)

https://lowresnx.inutilis.com/topic.php?id=2578


Log in to reply.