hud

command
v0.0.0-...-544bd7e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2016 License: BSD-2-Clause Imports: 4 Imported by: 0

README

HUD Demo

What does it do?

It demonstrates how one can have Entitys that aren't affected by the camera movement.

For doing so, it created a green background -- which will be affected, and a violet sidebar, which won't be affected.

What are important aspects of the code?

These lines are key in this demo:

  • fieldRender.SetPriority(hudBackgroundPriority), to make sure the violet sidebar is rendered as HUD;
  • hudBackgroundPriority = engi.PriorityLevel(engi.HUDGround), which defined hudBackgroundPriority.
    • any value between engi.HUDGround and engi.HighestGround is rendered as HUD.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL