From 8c028d6bbe4905881f4b5b0028b62b4815948c45 Mon Sep 17 00:00:00 2001 From: Nennneko5787 Date: Sat, 4 Mar 2023 10:27:19 +0900 Subject: [PATCH] Error in Character.hx Why is this? --- Project.xml | 21 +- README.md | 7 +- assets/preload/data/weeklist.txt | 8 + source/ChartingState.hx | 93 +-- source/CoolUtil.hx | 4 +- source/FreeplayState.hx | 40 +- source/GameOverSubstate.hx | 2 + source/LuaHandler.hx | 389 ++++++++++ source/Main.hx | 1 + source/ManiaTools.hx | 48 -- source/Note.hx | 24 +- source/Paths.hx | 22 +- source/PauseSubState.hx | 1 - source/PlayState.hx | 233 ++++-- source/Preference.hx | 17 + source/Section.hx | 1 + source/Song.hx | 9 - source/StoryMenuState.hx | 8 +- source/StrumNote.hx | 10 +- source/TitleState.hx | 10 +- .../flixel/addons/display/FlxRuntimeShader.hx | 728 ++++++++++++++++++ source/openfl/utils/AssetType.hx | 22 + source/ui/ModMenu.hx | 4 +- source/ui/PreferencesMenu.hx | 4 + 24 files changed, 1458 insertions(+), 248 deletions(-) create mode 100644 assets/preload/data/weeklist.txt create mode 100644 source/LuaHandler.hx delete mode 100644 source/ManiaTools.hx create mode 100644 source/Preference.hx create mode 100644 source/flixel/addons/display/FlxRuntimeShader.hx create mode 100644 source/openfl/utils/AssetType.hx diff --git a/Project.xml b/Project.xml index 3ad20e0f8..9f15d097a 100644 --- a/Project.xml +++ b/Project.xml @@ -61,6 +61,8 @@ + +
@@ -75,6 +77,8 @@ + +
@@ -99,10 +103,12 @@ - - + + + + - +