HUD

From The Powder Toy
Jump to: navigation, search
Language: English  • Deutsch • polski • svenska • 中文

The HUD, or Heads Up Display, is the small text display at the top left and right of the screen which includes information such as temperature, pressure, particle which your mouse is over, version, and framerate.

To toggle this display on and off, press the h key on your keyboard, This can be used to enlarge the field of gameplay and increase visibility. More information is displayed if you are in debug mode, which you can get into by pressing d.

Here the HUD is shown in debug mode:

Debug mode.png

1. Framerate: this shows how many update cycles the game can do in a single second.
2. Particle count: the number of particles currently in the simulation.
3. Particle type: the type of particle that you're currently hovering over.
4. ctype: the "secondary type" or ctype of the particle you're currently hovering over.
5. temperature: the temperature of the particle.
6. life: The life value of the particle. Used mostly to store the amount of frames this particle has yet to exist.
7. tmp: An integer that can be different for every particle. Used for various purposes.
8. index: The particle's index in the underlying list of particles.
9. and 10. are the X and Y coordinate of the particle.
The pressure under the cursor is also shown but not labeled. When ambient heat or Newtonian gravity are enabled, they are shown in the HUD in debug mode only. Only framerate, particle type, temperature, and pressure are shown when debug mode is disabled.