Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed main menu + report/coach buttons #413

Merged
merged 5 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions hud-data/spacehud.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"customization"
],
"traits": {
"os": ["windows", "mac", "linux"],
"os": ["windows", "linux"],
"gamemode": [
"tournament",
"comp",
Expand All @@ -37,10 +37,11 @@
"tc"
],
"res": ["4/3", "5/4", "16/9", "16/10"]
"lang": ["en"]
BingBongBonky marked this conversation as resolved.
Show resolved Hide resolved
},
"tags": ["minimalist", "simple"],
"repo": "https://github.com/BingBongBonky/SpaceHud",
"hash": "e3898a4ff8d2eff8b42b4b70c0ce696aa869ce32",
"hash": "e11c9b90a42b39d9481bd2bb5c01d9791e38cc12",
"resources": [
"spacehud-01-mainpage",
"spacehud-02-menu",
Expand Down
8 changes: 4 additions & 4 deletions hud-pages/spacehud.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ If you have an issue you can make one on [the issues page](https://github.com/Bi
### Contact me
If you still have issues, contact me here. Discord is the best way to reach me and I am usually on there most of the time. Try to avoid adding me and instead just send me a message. My DMs are open.

- Discord: @kingstupid.
- Discord: `@kingstupid.`
- Steam: https://steamcommunity.com/id/HealingSentry/

If you want help editing the HUD or making your own HUD, check out the [HUDs.TF Discord](https://discord.gg/HqexTr7Tas) (Discord invite) and they can help you.

## HUD Links
[Screenshot Album](https://imgur.com/a/qwvENZk)
[Wiki for help](https://github.com/BingBongBonky/SpaceHUD/wiki) with any issues related to this HUD
[SpaceHUD issues page](https://github.com/BingBongBonky/SpaceHUD/issues) Report any issues here
### [Screenshot Album](https://imgur.com/a/qwvENZk)
### [Wiki for help](https://github.com/BingBongBonky/SpaceHUD/wiki) with any issues related to this HUD
### [SpaceHUD issues page](https://github.com/BingBongBonky/SpaceHUD/issues) Report any issues here

## Credits
- Dmitry Bogolyubov - [Background](https://bogoljubov.artstation.com/projects/RXaYX)
Expand Down
Loading