Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6 #20

Merged
merged 13 commits into from
Feb 17, 2024
Merged

1.6 #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin': Psy Engine" file="PsyEngine" packageName="com.hackx2.psyengine" package="com.hackx2.psyengine" main="Main" version="0.2.8" company="Hackx2" />
<app title="Friday Night Funkin': Astro Engine" file="Astro Engine" packageName="com.hackx2.astroengine" package="com.hackx2.astroengine" main="game.Main" version="0.2.8" company="Hackx2" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down Expand Up @@ -194,8 +194,8 @@

<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->

<icon path="art/icon16.png" size='16'/>
<icon path="art/icon32.png" size='32'/>
<icon path="art/icon64.png" size='64'/>
<icon path="art/iconOG.png" />
<icon path="art/icon/icon16.png" size='16'/>
<icon path="art/icon/icon32.png" size='32'/>
<icon path="art/icon/icon64.png" size='64'/>
<icon path="art/icon/iconOG.png" />
</project>
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div align="center">
<img src="art/psyshit/512-modified.png" width="100" height="100"/>
<img src="art/astroshit/512-modified.png" width="250" height="250"/>
<br>
<h1>Friday Night Funkin' • <code>Psy Engine</code> (<strong>Beta</strong>)</h1>
<h1>Friday Night Funkin' • <code>Astro Engine</code> (<strong>Beta</strong>)</h1>
<br>
<img src="https://img.shields.io/github/forks/Hackx2/FNF-PsyEngine?style=for-the-badge" />
<img src="https://img.shields.io/github/license/Hackx2/FNF-PsyEngine?style=for-the-badge" />
<img src="https://img.shields.io/github/actions/workflow/status/Hackx2/FNF-PsyEngine/main.yml?style=for-the-badge" />
<img src="https://img.shields.io/github/forks/Hackx2/FNF-AstroEngine?style=for-the-badge" />
<img src="https://img.shields.io/github/license/Hackx2/FNF-AstroEngine?style=for-the-badge" />
<img src="https://img.shields.io/github/actions/workflow/status/Hackx2/FNF-AstroEngine/main.yml?style=for-the-badge" />
<br>
<br>UPDATE HAXE TO 4.2.5 rn NOW BOIII<br><br>

Expand Down
2 changes: 1 addition & 1 deletion Setup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go to ```source/psy/Core.hx``` and edit the ```coreGame``` var!
go to ```source/backend/data/EngineData.hx``` and edit the ```coreGame``` var!

yeah Yeah i'll update this later!!
Binary file added art/astroshit/512-modified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/astroshit/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion assets/preload/data/blammed/blammed-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"song": {
"song": "Blammed",
"bpm": 165.0,
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"needsVoices": true,
"player1": "bf",
"player2": "pico",
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/blammed/blammed-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "pico",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"speed": 2.3,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/blammed/blammed.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 165.0,
"needsVoices": true,
"player1": "bf",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"player2": "pico",
"speed": 1.5,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/bopeebo/bopeebo-easy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"song": {
"player1": "bf",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"notes": [
{
"sectionNotes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/bopeebo/bopeebo-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "dad",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"speed": 1.3,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/bopeebo/bopeebo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"song": {
"player1": "bf",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"player2": "dad",
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/cocoa/cocoa-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-christmas",
"player2": "parents-christmas",
"songColor": "0xFFB2075F",
"songColor": "0xB2075F",
"speed": 1.3,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/cocoa/cocoa-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-christmas",
"player2": "parents-christmas",
"songColor": "0xFFB2075F",
"songColor": "0xB2075F",
"speed": 1.5,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/cocoa/cocoa.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-christmas",
"player2": "parents-christmas",
"songColor": "0xFFB2075F",
"songColor": "0xB2075F",
"speed": 1.3,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/dad-battle/dad-battle-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "dad",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"speed": 1.3,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/dad-battle/dad-battle-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"song": "Dad Battle",
"bpm": 180.0,
"needsVoices": true,
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"player1": "bf",
"player2": "dad",
"speed": 2.3,
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/dad-battle/dad-battle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 180.0,
"needsVoices": true,
"player1": "bf",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"player2": "dad",
"speed": 1.5,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/eggnog/eggnog-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-christmas",
"player2": "parents-christmas",
"songColor": "0xFFB2075F",
"songColor": "0xB2075F",
"speed": 1.4,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/eggnog/eggnog-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 150.0,
"needsVoices": true,
"player1": "bf-christmas",
"songColor": "0xFFB2075F",
"songColor": "0xB2075F",
"player2": "parents-christmas",
"speed": 1.9,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/eggnog/eggnog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-christmas",
"player2": "parents-christmas",
"songColor": "0xFFB2075F",
"songColor": "0xB2075F",
"speed": 1.6,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/fresh/fresh-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "dad",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"speed": 1.0,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/fresh/fresh-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "dad",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"speed": 1.8,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/fresh/fresh.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "dad",
"songColor": "0xFF6807B2",
"songColor": "0x6807B2",
"speed": 1.3,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/guns/guns-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "tankman",
"songColor": "0xFFFF8020",
"songColor": "0xFF8020",
"speed": 1.4,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/guns/guns-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "tankman",
"songColor": "0xFFFF8020",
"songColor": "0xFF8020",
"speed": 2.5,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/guns/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "tankman",
"songColor": "0xFFFF8020",
"songColor": "0xFF8020",
"speed": 2.0,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/high/high-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-car",
"player2": "mom-car",
"songColor": "0xFFFF4DC9",
"songColor": "0xFF4DC9",
"speed": 1.3,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/high/high-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-car",
"player2": "mom-car",
"songColor": "0xFFFF4DC9",
"songColor": "0xFF4DC9",
"speed": 2.0,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/high/high.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-car",
"player2": "mom-car",
"songColor": "0xFFFF4DC9",
"songColor": "0xFF4DC9",
"speed": 1.8,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/milf/milf-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 180.0,
"needsVoices": true,
"player1": "bf-car",
"songColor": "0xFFFF4DC9",
"songColor": "0xFF4DC9",
"player2": "mom-car",
"speed": 1.4,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/milf/milf-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-car",
"player2": "mom-car",
"songColor": "0xFFFF4DC9",
"songColor": "0xFF4DC9",
"speed": 2.6,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/milf/milf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 180.0,
"needsVoices": true,
"player1": "bf-car",
"songColor": "0xFFFF4DC9",
"songColor": "0xFF4DC9",
"player2": "mom-car",
"speed": 1.7,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/monster/monster-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"song": "Monster",
"bpm": 95,
"needsVoices": true,
"songColor": "0xFFFF0000",
"songColor": "0xFF0000",
"player1": "bf",
"player2": "monster",
"speed": 1.3,
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/monster/monster-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "monster",
"songColor": "0xFFFF0000",
"songColor": "0xFF0000",
"speed": 1.6,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/monster/monster.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 95,
"needsVoices": true,
"player1": "bf",
"songColor": "0xFFFF0000",
"songColor": "0xFF0000",
"player2": "monster",
"speed": 1.3,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/philly-nice/philly-nice-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "pico",
"songColor": "0xFF00C100",
"songColor": "0x00C100",
"speed": 1.0,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/philly-nice/philly-nice-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 175.0,
"needsVoices": true,
"player1": "bf",
"songColor": "0xFF00C100",
"songColor": "0x00C100",
"player2": "pico",
"speed": 2.0,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/philly-nice/philly-nice.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 175.0,
"needsVoices": true,
"player1": "bf",
"songColor": "0xFF00C100",
"songColor": "0x00C100",
"player2": "pico",
"speed": 1.3,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/pico/pico-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 150.0,
"needsVoices": true,
"player1": "bf",
"songColor": "0xFF00C100",
"songColor": "0x00C100",
"player2": "pico",
"speed": 1.2,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/pico/pico-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "pico",
"songColor": "0xFF00C100",
"songColor": "0x00C100",
"speed": 1.6,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/pico/pico.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf",
"player2": "pico",
"songColor": "0xFF00C100",
"songColor": "0x00C100",
"speed": 1.4,
"notes": [
{ "lengthInSteps": 16, "mustHitSection": true, "sectionNotes": [] },
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/roses/roses-easy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"bpm": 120.0,
"needsVoices": true,
"player1": "bf-pixel",
"songColor": "0xFFFF63CE",
"songColor": "0xFF63CE",
"player2": "senpai-angry",
"speed": 1.2,
"notes": [
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/roses/roses-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-pixel",
"player2": "senpai-angry",
"songColor": "0xFFFF63CE",
"songColor": "0xFF63CE",
"speed": 1.5,
"notes": [
{
Expand Down
2 changes: 1 addition & 1 deletion assets/preload/data/roses/roses.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"needsVoices": true,
"player1": "bf-pixel",
"player2": "senpai-angry",
"songColor": "0xFFFF63CE",
"songColor": "0xFF63CE",
"speed": 1.3,
"notes": [
{
Expand Down
Loading