Better readme image URLs
This commit is contained in:
parent
f69412b70c
commit
ec10b04938
10
README.md
10
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This is an attempt to provide a richer UI for [Legends of the Jedi MUD](https://www.legendsofthejedi.com/) in Mudlet.
|
This is an attempt to provide a richer UI for [Legends of the Jedi MUD](https://www.legendsofthejedi.com/) in Mudlet.
|
||||||
|
|
||||||
![Image of UI with ground map](https://github.com/rengawm/lotj-mudlet-ui/blob/main/images/ground-map.png?raw=true)
|
![Image of UI with ground map](https://raw.githubusercontent.com/rengawm/lotj-mudlet-ui/main/images/ground-map.png)
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@ -15,13 +15,13 @@ It works fairly well on all existing planets. It's based on room vnums, which me
|
|||||||
|
|
||||||
### Local System Map
|
### Local System Map
|
||||||
|
|
||||||
![Image of UI with ground map](https://github.com/rengawm/lotj-mudlet-ui/blob/main/images/system-map.png?raw=true)
|
![Image of UI with ground map](https://raw.githubusercontent.com/rengawm/lotj-mudlet-ui/main/images/system-map.png)
|
||||||
|
|
||||||
When flying in a system, triggers capture radar output and draw a visual representation of the radar, including zooming in/out and updating proximity of each other entity as your position changes.
|
When flying in a system, triggers capture radar output and draw a visual representation of the radar, including zooming in/out and updating proximity of each other entity as your position changes.
|
||||||
|
|
||||||
### Galaxy Map
|
### Galaxy Map
|
||||||
|
|
||||||
![Image of UI with ground map](https://github.com/rengawm/lotj-mudlet-ui/blob/main/images/galaxy-map.png?raw=true)
|
![Image of UI with ground map](https://raw.githubusercontent.com/rengawm/lotj-mudlet-ui/main/images/galaxy-map.png)
|
||||||
|
|
||||||
After initializing it by running various in-game commands, this map will show all publicly listed starsystems, including coloring each government's planets differently. It will also attempt to highlight your current system when known, although that only works while in space.
|
After initializing it by running various in-game commands, this map will show all publicly listed starsystems, including coloring each government's planets differently. It will also attempt to highlight your current system when known, although that only works while in space.
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ Certain types of chat content are scraped from the main console and copied into
|
|||||||
|
|
||||||
### Live-updating Status Bar
|
### Live-updating Status Bar
|
||||||
|
|
||||||
![Image of Status Bar](https://github.com/rengawm/lotj-mudlet-ui/blob/main/images/stats-bar.png?raw=true)
|
![Image of Status Bar](https://raw.githubusercontent.com/rengawm/lotj-mudlet-ui/main/images/status-bar.png)
|
||||||
|
|
||||||
Right above your input box, you'll see a bunch of useful information which updates live. This includes:
|
Right above your input box, you'll see a bunch of useful information which updates live. This includes:
|
||||||
|
|
||||||
@ -70,4 +70,4 @@ If you have Docker set up, it can be easiest to run a command like this to regen
|
|||||||
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/$PWD -w /$PWD demonnic/muddler
|
docker run --rm -it -u $(id -u):$(id -g) -v $PWD:/$PWD -w /$PWD demonnic/muddler
|
||||||
```
|
```
|
||||||
|
|
||||||
If that's a pain, just make a pull request and someone else can generate the package with your changes to make sure they work.
|
If that's a pain, just make a pull request and someone else can generate the package with your changes to make sure they work.
|
||||||
|
Loading…
Reference in New Issue
Block a user