Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Fixes and ......
Browse files Browse the repository at this point in the history
  • Loading branch information
GuineaPigUuhh committed Feb 15, 2024
1 parent 2065ac7 commit 8af42d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<define name="VIDEOS_ALLOWED" if="desktop || android" />

<haxedef name="CAN_OPEN_LINKS" unless="switch"/>
<haxedef name="CAN_CHEAT" if="switch debug"/>

<!-- _____________________________ Path Settings ____________________________ -->

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## ``` the Engine is in BETA phase, use it knowing that there will be bugs ```

![EngineLogo](assets/engine/logo.png)
<p align="center">
<img src="assets/engine/logo.png" />
</p>

## Anyone who wants to be a contributor to the engine just ask me on my discord on my profile
## Credits:
- GuineaPigUuhh for the Code (Yippeee!)
- [hxCodec](https://github.com/polybiusproxy/hxCodec) for the .MP4 Video Loader.
- [FlxAnimate](https://github.com/Dot-Stuff/flxanimate/) Team for the Animate Atlas Support.
- Aidan63 for [discord-rpc](https://github.com/Aidan63/linc_discord-rpc).

# Build instructions
1. install [Git](https://git-scm.com/download/win)
Expand Down
1 change: 1 addition & 0 deletions install-libs/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Main
new Lib("hscript", "2.5.0"),
new Lib("polymod", "1.7.0"),
new Lib("flxanimate", "", "https://github.com/Dot-Stuff/flxanimate"),
new Lib("discord_rpc", "", "https://github.com/Aidan63/linc_discord-rpc"),
new Lib("hxcodec", "2.5.1")
];

Expand Down

0 comments on commit 8af42d6

Please sign in to comment.