Vista Elements

PlaceholderMod ships with custom VistaGUI Elements designed to simplify the process of developing Game GUIs. Below is a list of all custom Elements along with their purpose.

Element Purpose
<vista-panel> A Draggable Panel

Using Vista Elements

Vista Elements are used in the same way as any other Element. For example:

<vista-panel>
    <p>My Vista Panel</p>
</vista-panel>