Skip to content

Commit dc06e28

Browse files
Merge conflicts
1 parent a03a558 commit dc06e28

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.haxelib/
33
dump/
44
export/
5-
dump/
65
temp/

COMPILING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ These are the necessary steps required to compile on the game on __***every***__
3131

3232
8. Run `hmm install` to start installing all of the game's dependencies. **This will take a bit, so be patient**.
3333

34+
> [!TIP]
35+
> If the libraries do not install correctly, then you can run the `.bat` file or `.sh` file (according to your system).
36+
3437
9. Run `haxelib run lime setup` to setup the lime command.
3538
- This will allow you to compile and run the game on many common platforms, such as every major desktop platform (Windows, macOS, Linux, etc.), both popular mobile systems (Android and iOS), and more.
3639

@@ -40,6 +43,9 @@ These are the necessary steps required to compile on the game on __***every***__
4043
> [!TIP]
4144
> You can replace `html5` with other platforms to compile it accordingly.
4245
46+
> [!IMPORTANT]
47+
> If ever, for some reason, the shaders make the screen become black, it is advised you clear your computer's `Temp/` directory. If the issue persists, then please take a look at the [contributing](CONTRIBUTING.md) file for info on how to report a bug.
48+
4349
## Extra Steps (for Running and Configuring the Game on Other Platforms)
4450

4551
### Windows

0 commit comments

Comments
 (0)