engine
engine copied to clipboard
Question: making a HUD with bitmap
Hello, I was playing with the G3n, and looking for a way to implement HUD, or bitmap overlay of some sort - like in almost any first-person shooter game (Doom-like).
I could use gui.NewImage() and add it to scene at specified position, but apparently scaling/stretching is not possible.
Any better ideas?