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

Commit

Permalink
1.5.0 almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Sep 19, 2022
1 parent 4e2a430 commit 115bacc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file added art/logos/eav.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 assets/preload/images/credits/vix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion source/CreditsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class CreditsState extends MusicBeatState
['BulbyVR', 'bulby', 'Modding Plus Code', 'https://harlessben321.itch.io/', '0044FF'],
['TheZoroForce240', 'zoro', 'Extra Keys made with LUA', 'https://gamebanana.com/members/1708748', 'FFD900'],
['AT', 'at', 'Hardcoded Crossfades', 'https://github.com/UmbratheUmbreon', 'E8E8E8'],
['YoshiCrafter29', 'yoshi', 'DVD State + Yoshi Engine Code', 'https://github.com/YoshiCrafter29', '7300FF'],
['YoshiCrafter29', 'yoshi', 'DVD State + Yoshi Engine Code', 'https://github.com/YoshiCrafter29', '8C00FF'],
['ElAnthonyVixtin', 'vix', 'Vixtin Engine Code', 'https://www.youtube.com/c/ElAnthonyVixtin', 'FF2A00'],
['You', 'face', 'For playing :)', 'https://joalor64.itch.io/', '7E00FF'],
[''],
['Psych Engine Team'],
Expand Down
4 changes: 2 additions & 2 deletions source/PatchesState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ class PatchesState extends MusicBeatState

var pisspoop:Array<Array<String>> = [ //Patch - Icon name - Changelog - Link to Version - BG Color
['Patch Notes'],
['V1.5.0', 'life', 'UNRELEASED', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.5.0', 'FF66CF'],
['V1.5.0', 'life', 'Support for Haxe and Hscript Stages, Custom Menu Hscripts Support (WIP),\nAdded Missing Credits Again, Openfl-Webm,\nUpdated SWF to 3.1.0, and a lot more.', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.5.0', 'FF66CF'],
['V1.4.2', 'stamina', 'Full Support for Haxe, HaxeScript, and Python Scripts,\nSupport for Haxe Modcharts, Changed my Profile Link Again,\nand just a bit more.', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.4.2', 'FEE8FF'],
['V1.4.1', 'stamina', 'Fully Compatible Hscript Support, Crossfades,\nFixed a thing in OutdatedState,\n and just a bit more.', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.4.1', 'FEE8FF'],
['V1.4.1', 'stamina', 'Fully Compatible Hscript Support, Crossfades,\nFixed a thing in OutdatedState,\nand just a bit more.', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.4.1', 'FEE8FF'],
['V1.4.0', 'stamina', 'More Polymod Folders, Logs, FIXED MODS CRASHING (at a cost),\nWindows-Exclusive Python Support, Renamed the Executable Files,\nand some more stuff.', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.4.0', 'FEE8FF'],
['V1.4.0b-HOTFIX', 'stamina', 'Simply Prevented the Outdated Screen from Showing Up', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.4.0b-HOTFIX', 'FEE8FF'],
['V1.4.0b', 'stamina', 'Too much to list', 'https://github.com/Joalor64GH/Joalor64-Engine/releases/tag/v1.4.0b', 'FEE8FF'],
Expand Down

0 comments on commit 115bacc

Please sign in to comment.