Skip to content

Commit

Permalink
ok here we go
Browse files Browse the repository at this point in the history
  • Loading branch information
conchkritz committed Apr 25, 2022
1 parent 02a5180 commit 7ff2730
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

**THIS HUD IS A WORK IN PROGRESS!!**

**VERSION 0.2 IS BEING TESTED!!**

![Main Menu 0.2](https://user-images.githubusercontent.com/76109782/164953834-4a0aed7c-25f0-4fc7-a177-69c166f05a68.png)

A hud made by conch, inspired by e.v.e Hud, Isaac Hud, and ToonHUD.
Expand Down
10 changes: 5 additions & 5 deletions resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -3355,27 +3355,27 @@
}
}

"versionlabel" // what do i set it as if im fixing bugs for next release????????
"versionlabel"
{
"ControlName" "CExImageButton"
"fieldName" "versionlabel"
"xpos" "rs1.01"
"xpos" "rs1"
"ypos" "rs0.7"
"zpos" "1"
"wide" "170"
"wide" "80"
"tall" "25"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
"font" "hudfont12"
"textAlignment" "east"

"labelText" "ckHUD 0.2-source-alpha??" // source = from github source, not release. alpha = alpha, duh. no suffix = release.
"labelText" "ckHUD 0.2.1" // source = from github source, not release. alpha = alpha, duh. no suffix = release.

"dulltext" "0"
"brighttext" "0"
"default" "1"
"paintbackground""0"
"paintbackground" "0"
"sound_depressed" ""
"sound_released" "UI/tts1.wav" //.mp3

Expand Down

0 comments on commit 7ff2730

Please sign in to comment.