https://github.com/azim/displaycoordinates
Mod for Lost Skies which displays player's coordinates
https://github.com/azim/displaycoordinates
Last synced: 5 months ago
JSON representation
Mod for Lost Skies which displays player's coordinates
- Host: GitHub
- URL: https://github.com/azim/displaycoordinates
- Owner: Azim
- License: mit
- Created: 2025-04-21T20:25:23.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-05-11T08:33:34.000Z (7 months ago)
- Last Synced: 2025-06-05T23:05:21.154Z (7 months ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DisplayCoordinates
Displays player's world coordinates.
You can set size and position of coordinates UI via config.
# Releases
### 1.0.2
* Added font size config option, for better compatibility with different screen resolutions (thanks Joew!)
### 1.0.1
* Changed the rendering method to use IMGUI
* Added config options to set size and position of coordinates UI
### 1.0.0
* Initial release