The tag has no usage guidance.

learn more… | top users | synonyms

1
vote
2answers
64 views

How can I draw sprites in layers based on their Y position?

I am trying to figure out the most efficient way to draw sprites in a way that they layer properly based on their Y position. Lets say I have four objects of the same class named A, B, C, and D, and ...
0
votes
0answers
25 views

Cleanly and quietly passing decrypted gamedata to game engine executable? [duplicate]

What? I've been developing a fairly large game in the Blender Game engine (an open source GPL game engine) for a little over a year and a half now and have been struggling with a commonly used method ...