HUD: add experimental note

gh-pages
rubenwardy 2015-01-01 17:20:18 +00:00
parent df92b4e95d
commit 300d23992c
1 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,13 @@ layout: default
root: ../
---
<div class="notice">
<h2>Experimental Feature</h2>
The HUD feature will probably be rewritten in an upcoming Minetest release.
Be aware that you may need to update your mods if the API is changed.
</div>
Introduction
------------
@ -11,9 +18,6 @@ Heads Up Display (HUD) elements allow you to show text, images, and other graphi
HUD doesn't except user input. For that, you should use a [Formspec](formspecs.html).
Keep in mind that **the interface for creating HUD elements may change,
as it is an experimental feature**. It is unlikely to, though.
* Basic Interface
* Positioning
* Text Elements