-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
has_children: true | ||
--- | ||
|
||
# Developing SDK Mods | ||
Work in progress | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
parent: Developing SDK Mods | ||
--- | ||
|
||
# `ui_utils` reference | ||
{:.no_toc} | ||
|
||
### Table of Contents | ||
{:.no_toc} | ||
- toc | ||
{:toc} | ||
|
||
## `show_hud_message` | ||
![](/assets/images/ui_utils/bl3_hud_message.jpg) | ||
![](/assets/images/ui_utils/wl_hud_message.jpg) | ||
|
||
## `show_modal_tutorial_message` | ||
![](/assets/images/ui_utils/bl3_modal_tutorial_message.jpg) | ||
This is the default image used when no `image_name` is specified. | ||
|
||
![](/assets/images/ui_utils/wl_modal_tutorial_message.jpg) | ||
The gap in the upper half of the image is where the `image_texture` goes, if specified. | ||
|
||
### `ActionSkillTutorial` | ||
![](/assets/images/ui_utils/bl3_modal_actionskilltutorial_p1.jpg) | ||
![](/assets/images/ui_utils/bl3_modal_actionskilltutorial_p2.jpg) | ||
This starts out as the first image, and after a few seconds fades into the second. | ||
|
||
### `Alisma` | ||
![](/assets/images/ui_utils/bl3_modal_alisma.jpg) | ||
### `Dandelion` | ||
![](/assets/images/ui_utils/bl3_modal_dandelion.jpg) | ||
### `EridianAnalyzer` | ||
![](/assets/images/ui_utils/bl3_modal_eridiananalyzer.jpg) | ||
### `Geranium` | ||
![](/assets/images/ui_utils/bl3_modal_geranium.jpg) | ||
### `Hibiscus` | ||
![](/assets/images/ui_utils/bl3_modal_hibiscus.jpg) | ||
### `HiJackTutorial` | ||
![](/assets/images/ui_utils/bl3_modal_hijacktutorial.jpg) | ||
### `Ixora1` | ||
![](/assets/images/ui_utils/bl3_modal_ixora1.jpg) | ||
### `Ixora2` | ||
![](/assets/images/ui_utils/bl3_modal_ixora2.jpg) | ||
### `TrueVaultHunter` | ||
![](/assets/images/ui_utils/bl3_modal_truevaulthunter.jpg) |