g3n/engine

Question: making a HUD with bitmap

Opened this issue · 0 comments

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?