Skip to content

Commit

Permalink
add ui utils reference images
Browse files Browse the repository at this point in the history
  • Loading branch information
apple1417 committed Aug 24, 2024
1 parent 6a78153 commit cea86b9
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 0 deletions.
Binary file added assets/images/ui_utils/bl3_hud_message.jpg
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.
Binary file added assets/images/ui_utils/bl3_modal_alisma.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ui_utils/bl3_modal_dandelion.jpg
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.
Binary file added assets/images/ui_utils/bl3_modal_geranium.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ui_utils/bl3_modal_hibiscus.jpg
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.
Binary file added assets/images/ui_utils/bl3_modal_ixora1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ui_utils/bl3_modal_ixora2.jpg
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.
Binary file added assets/images/ui_utils/wl_hud_message.jpg
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.
4 changes: 4 additions & 0 deletions developing/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
has_children: true
---

# Developing SDK Mods
Work in progress

Expand Down
46 changes: 46 additions & 0 deletions developing/ui_utils/index.md
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)

0 comments on commit cea86b9

Please sign in to comment.