This repository was archived by the owner on Feb 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
UI Editor Tutorial 3~2: Resources Colors
KilaBash edited this page Dec 12, 2022
·
1 revision
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.
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.
- Drag color.
- Rendering a green frame if it can accept this color.
NOTE: When you drag it to a widget, it replaces its background to a Color Texture by default.
Right-click to open the menu and edit the selected color.
- Pickup color (HSB mode), you can right click the pallete to swith mode.
- Preview.
- Modify by argb.
1. Home
UI Editor Basic Tutorial
- Tutorial 1: Start
- Tutorial 2: Basic Interaction
- Tutorial 3: Resources