Hey all,
I've come across a construct 2 habit of mine that I would like to throw into the group. I would like to know if I'm going about it the wrong way (I have a feeling I am).
Example:
3 different Level layout.
Each has a "spawnplayerhere" sprite that spawn on start of layout
Must have player sprites in layout to spawn.
I copy paste all player sprites into the outside of the layout, and copy
paste line that "Destroys" on start of layout.
Is there no way to make one "Pallet" of all your character sprites, enemy sprites, and load them from here, rather than having them copy pasted into each different layout.
As always, I await your collective wisdom in much anticipation.