You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: