-
Notifications
You must be signed in to change notification settings - Fork 7
UI Editor Tutorial 3~3: Resources Entries
The UI Project
contains three built-in resources: textures
, colors
and lang entries
.
Resources are owned by projects and cannot be shared between projects.
If you want the current project's resources to be available in other projects, you can export
the resources first and then open other projects to import
it.
Enties stores key-value, which can be regard as a lang file.
When you open a configuration, you find that some where can accept the number (e.g. color of the label widget), and you can drag the color in. You can fill in your localization data, and then export to the lang file directly (W.I.P)
- Drag entries.
- Rendering a green frame if it can accept a string.
NOTE: When you drag it to a widget, it replaces its hover tooltips by default.
Right-click to open the menu and edit its vaule.
- Typing your text here.
You can right-click to open the menu and rename its key.
1. Home
UI Editor Basic Tutorial
- Tutorial 1: Start
- Tutorial 2: Basic Interaction
- Tutorial 3: Resources