Started the work on the Database UI design 📚 #8
Ward727a
announced in
Sneak-peek
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The database will allow you to create each item, quests, characters, races,... for your game.
As each UI will be different for each category, for now this is only the "main" UI, I will show you each UI once all of them are done 🙂
You will be able to hide each categories (if by example your game don't need class because you will use a different type of system, you can hide it 🙂 )
Plugin will be able to add their own category inside the database with their own UI, for example for the "Books" category it will be a small plugin that will allow you to create books inside your game if you want to, it's main purposes will be to show how to create and use custom database category for plugin developers.
The search bar will allow you to search for specific categories ("Weapon", "Armor", ...) or objects ("Iron sword", "Lucia", ...), each of these input can be separated with a "," to search for multiple thing as once (for example, if we want to search for the categories "Armor" and "Iron Sword", we can search "Armor, iron sword").
Beta Was this translation helpful? Give feedback.
All reactions