From 8af42d66e40cb250e2cef73e2101c527863671c9 Mon Sep 17 00:00:00 2001 From: GuineaPigUuhh <93527295+GuineaPigUuhh@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:11:49 -0300 Subject: [PATCH] Fixes and ...... --- Project.xml | 1 - README.md | 5 ++++- install-libs/Main.hx | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Project.xml b/Project.xml index 1f8698c..ce1fd25 100644 --- a/Project.xml +++ b/Project.xml @@ -42,7 +42,6 @@ - diff --git a/README.md b/README.md index feea20a..594cb15 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ ## ⚠ ``` the Engine is in BETA phase, use it knowing that there will be bugs ``` ⚠ -![EngineLogo](assets/engine/logo.png) +

+ +

## 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) diff --git a/install-libs/Main.hx b/install-libs/Main.hx index 48e91f3..a09a9c4 100644 --- a/install-libs/Main.hx +++ b/install-libs/Main.hx @@ -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") ];