HUD: add experimental note
This commit is contained in:
parent
df92b4e95d
commit
300d23992c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user