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

Commit

Permalink
Aonde ela More, i love content Brazilian
Browse files Browse the repository at this point in the history
  • Loading branch information
GuineaPigUuhh committed Feb 15, 2024
1 parent 8a1db69 commit 7a19a31
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
5 changes: 3 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@
<haxelib name="flixel-addons" />

<!-- Null Engine Libraries -->
<haxelib name="hscript" />
<haxelib name="hscript"/>
<haxelib name="flxanimate"/>
<haxelib name="tjson"/>
<haxelib name="polymod" if="MODS_ALLOWED"/>
<haxelib name="hxCodec" if="VIDEOS_ALLOWED" />
<haxelib name="hxCodec" if="VIDEOS_ALLOWED"/>

<!-- Debug -->
<haxelib name="hxcpp-debug-server" if="desktop debug"/>
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
<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).
- [Aidan63](https://github.com/Aidan63) for [discord-rpc](https://github.com/Aidan63/linc_discord-rpc).
- [JWambaugh](https://github.com/JWambaugh) for [TJSON](https://github.com/JWambaugh/TJSON).

# 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 @@ -10,6 +10,7 @@ class Main
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("tjson", "1.4.0"),
new Lib("hxcodec", "2.5.1")
];

Expand Down
3 changes: 1 addition & 2 deletions source/Character.hx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ import flixel.animation.FlxBaseAnimation;
import flixel.graphics.frames.FlxAtlasFrames;
import flixel.util.FlxColor;
import flixel.util.FlxSort;
import haxe.Json;
import haxe.format.JsonParser;
import haxe.io.Path;
import haxe.macro.Type.AnonType;
import tjson.TJSON as Json;

using StringTools;

Expand Down
3 changes: 1 addition & 2 deletions source/FNFManager.hx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package;

import haxe.Json;
import haxe.format.JsonParser;
import haxe.macro.Type.AnonType;
import sys.FileSystem;
import tjson.TJSON as Json;

using StringTools;

Expand Down
4 changes: 1 addition & 3 deletions source/Settings.hx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package;

import flixel.FlxG;
import haxe.Json;
import haxe.format.JsonParser;
import haxe.macro.Type.AnonType;
import tjson.TJSON as Json;

using StringTools;

Expand Down
3 changes: 1 addition & 2 deletions source/Song.hx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package;

import Section.SwagSection;
import haxe.Json;
import haxe.format.JsonParser;
import lime.utils.Assets;
import tjson.TJSON as Json;

using StringTools;

Expand Down

0 comments on commit 7a19a31

Please sign in to comment.