update readme

This commit is contained in:
RandomityGuy 2022-11-04 22:45:42 +05:30
parent d70d418adc
commit b541e03a65
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ You require the following Haxe libraries:
- heaps: The specific version located [here](https://github.com/RandomityGuy/heaps)
- hlsdl (Obtain the haxelib version of hlsdl, then patch it with these files [here](https://github.com/RandomityGuy/hashlink/tree/master/libs/sdl)) (Hashlink/C native target)
- stb_ogg_sound (JS/Browser target)
- zip 1.1.0 (JS/Browser target)
## Hashlink/Native
The version of hashlink to be compiled is located [here](https://github.com/RandomityGuy/hashlink).

View file

@ -27,7 +27,7 @@ class MainMenuGui extends GuiImage {
versionText.vertSizing = Top;
versionText.position = new Vector(289, 457);
versionText.extent = new Vector(62, 18);
versionText.text.text = "1.1.1";
versionText.text.text = "1.1.2";
this.addChild(versionText);
var homebase = new GuiImage(ResourceLoader.getResource("data/ui/home/homegui.png", ResourceLoader.getImage, this.imageResources).toTile());