FXGameEngine icon indicating copy to clipboard operation
FXGameEngine copied to clipboard

HUD Layers

Open eppleton opened this issue 11 years ago • 1 comments

There should be a way to allow one or more HUD Layers that don't move with the camera.

eppleton avatar Aug 06 '13 09:08 eppleton

For the JavaFX Version it's simple to do that by adding the GameCanvas to a StackPane and add e.g. an AnchorPane on top.

eppleton avatar Aug 06 '13 09:08 eppleton