Rotate yaw clockwise (like real compasses)
[minetest_orienteering.git] / settingtypes.txt
bloba3b5c81a7b74adb46ec28e41ab24d35201eb8f30
1 # Horizontal main position (x) of the Orienteering text.
2 # 0.0 is left, 1.0 is right.
3 orienteering_hud_pos_x (Horizontal Orienteering text screen position) float 0.5 0.0 1.0
4 # Vertical main position (y) of the Orienteering text.
5 # 0.0 is top, 1.0 is bottom.
6 orienteering_hud_pos_y (Vertical Orienteering text screen position) float 0.0 0.0 1.0
8 # Horizontal offset (x) of the Orienteering text from the screen position.
9 orienteering_hud_offset_x (Horizontal Orienteering text offset) int 0
10 # Vertical offset (y) of the Orienteering text from the screen position.
11 orienteering_hud_offset_y (Vertical Orienteering text offset) int 15
13 # Alignment of the Orienteering text.
14 orienteering_hud_alignment (Orienteering text alignment) enum center left,center,right