From 4fae8bcad2bf4eaa38f30140da0dc28f8f077aca Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 9 Jun 2023 16:02:57 -0400 Subject: [PATCH] file renames... --- source/funkin/{MusicBeatSubstate.hx => MusicBeatSubState.hx} | 0 ...{ScriptedMusicBeatSubstate.hx => ScriptedMusicBeatSubState.hx} | 0 source/funkin/play/{GameOverSubstate.hx => GameOverSubState.hx} | 0 .../{StageOffsetSubstate.hx => StageOffsetSubState.hx} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename source/funkin/{MusicBeatSubstate.hx => MusicBeatSubState.hx} (100%) rename source/funkin/modding/base/{ScriptedMusicBeatSubstate.hx => ScriptedMusicBeatSubState.hx} (100%) rename source/funkin/play/{GameOverSubstate.hx => GameOverSubState.hx} (100%) rename source/funkin/ui/stageBuildShit/{StageOffsetSubstate.hx => StageOffsetSubState.hx} (100%) diff --git a/source/funkin/MusicBeatSubstate.hx b/source/funkin/MusicBeatSubState.hx similarity index 100% rename from source/funkin/MusicBeatSubstate.hx rename to source/funkin/MusicBeatSubState.hx diff --git a/source/funkin/modding/base/ScriptedMusicBeatSubstate.hx b/source/funkin/modding/base/ScriptedMusicBeatSubState.hx similarity index 100% rename from source/funkin/modding/base/ScriptedMusicBeatSubstate.hx rename to source/funkin/modding/base/ScriptedMusicBeatSubState.hx diff --git a/source/funkin/play/GameOverSubstate.hx b/source/funkin/play/GameOverSubState.hx similarity index 100% rename from source/funkin/play/GameOverSubstate.hx rename to source/funkin/play/GameOverSubState.hx diff --git a/source/funkin/ui/stageBuildShit/StageOffsetSubstate.hx b/source/funkin/ui/stageBuildShit/StageOffsetSubState.hx similarity index 100% rename from source/funkin/ui/stageBuildShit/StageOffsetSubstate.hx rename to source/funkin/ui/stageBuildShit/StageOffsetSubState.hx