Skip to content

Commit

Permalink
Readme: Added new media content to showoff new dark and light themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Dec 29, 2024
1 parent 8d88095 commit 9f5bfc6
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ V1 Local and V1 Remote does not have the capability as of this moment to read th

- Corpse run
- Semi-automated gathering [mode](#modes)
- Frontend Dark mode
- Frontend Dark mode / Light mode
- Frontend Runtime Class Profile picker
- Frontend Runtime Path Profile autocomplete search
- Frontend Edit the loaded profile
Expand All @@ -79,9 +79,20 @@ V1 Local and V1 Remote does not have the capability as of this moment to read th

# Media

<a href="./images/Screenshot.png" target="_blank">
<img alt="Screenshot" src="./images/Screenshot.png" width="50%">
</a>
<table>
<tr>
<td>
<a href="./images/flat_dark.png" target="_blank">
<img alt="flat_dark" src="./images/flat_dark.png" width="100%">
</a>
</td>
<td>
<a href="./images/flat_light.png" target="_blank">
<img alt="flat_light" src="./images/flat_light.png" width="100%">
</a>
</td>
</tr>
</table>

[![YouTube Video](https://img.youtube.com/vi/CIMgbh5LuCc/0.jpg)](https://www.youtube.com/watch?v=CIMgbh5LuCc)

Expand Down Expand Up @@ -2171,7 +2182,20 @@ Some goals (combat,pull target) contain a list of spells which can be cast. The

The visualisation of the pre-conditions and spell [requirement(s)](#requirement) makes it easier to understand what the bot is doing and determine if the class file needs to be tweaked.

![Goals](images/actionsComponent.png)
<table>
<tr>
<td>
<a href="./images/float_dark_goals_component.png" target="_blank">
<img alt="flat_light" src="./images/float_dark_goals_component.png" width="100%">
</a>
</td>
<td>
<a href="./images/float_light_goals_component.png" target="_blank">
<img alt="flat_light" src="./images/float_light_goals_component.png" width="100%">
</a>
</td>
</tr>
</table>

# Recording a Path

Expand Down
Binary file removed images/Screenshot.png
Binary file not shown.
Binary file added images/flat_dark.png
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 images/flat_light.png
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 images/float_dark_goals_component.png
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 images/float_light_goals_component.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f5bfc6

Please sign in to comment.