mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
update readme
This commit is contained in:
parent
d70d418adc
commit
b541e03a65
2 changed files with 2 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue