Skip to content

Commit c470af4

Browse files
Made some last minute changes
1 parent f1245c7 commit c470af4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HaxeFlixel
2+
.haxelib/
23
dump/
34
export/
4-
.haxelib/
55

66
# macOS
77
.DS_Store

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Ignore artifacts
2+
.haxelib/
23
dump/
34
export/
4-
.haxelib/

COMPILING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These are the necessary steps required to compile the game on __***every***__ pl
3232
8. Run `hmm install` to start installing all of the game's dependencies. **This will take a bit, so be patient**.
3333

3434
> [!TIP]
35-
> If the libraries do not install correctly, then you can run the `.bat` file or `.sh` file (according to your sysrtem)
35+
> If the libraries do not install correctly, then you can run the `.bat` file or `.sh` file (according to your system).
3636
3737
9. Run `haxelib run lime setup` to setup the lime command.
3838
- 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.
@@ -43,6 +43,9 @@ These are the necessary steps required to compile the game on __***every***__ pl
4343
> [!TIP]
4444
> You can replace `html5` with other platforms to compile it accordingly.
4545
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+
4649
## Extra Steps (for Running and Configuring the Game on Other Platforms)
4750

4851
### Windows

0 commit comments

Comments
 (0)