Implement a picker for selecting an item class, using the editable string picker.

Used in special node editing and also item editing.
This commit is contained in:
2025-02-23 11:32:26 -05:00
committed by Celtic Minstrel
parent 62267261f3
commit 0ccdd38cb1
10 changed files with 33 additions and 6 deletions

View File

@@ -312,6 +312,7 @@ subtags:
names are used when showing the Pick Sound dialog in various places. The required `id`
attribute specifies which sound it applies to.
* `<event>` - (max unbounded) Gives a name to a major event flag. These names are shown (and editable) when showing the Pick Event dialog in various places. The required `id` attribute specifies which event.
* `<item-class>` - (max unbounded) Gives a name to an item special class. These names are shown (and editable) when showing the Pick Item Class dialog in various places. The required `id` attribute specifies which class.
Terrain Types
-------------