diff --git a/Project.xml b/Project.xml
index 987ac5a..1f8698c 100644
--- a/Project.xml
+++ b/Project.xml
@@ -36,6 +36,14 @@
+
+
+
+
+
+
+
+
@@ -44,32 +52,31 @@
+
-
-
+
+
-
-
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
@@ -105,14 +112,9 @@
-
-
-
-
-
diff --git a/mods/README.md b/mods/README.md
new file mode 100644
index 0000000..3ec6292
--- /dev/null
+++ b/mods/README.md
@@ -0,0 +1 @@
+nothing Lmao
\ No newline at end of file
diff --git a/source/PlayState.hx b/source/PlayState.hx
index 52280ce..cc6049a 100644
--- a/source/PlayState.hx
+++ b/source/PlayState.hx
@@ -881,6 +881,7 @@ class PlayState extends MusicBeatState
function playVideo(name:String)
{
+ #if VIDEOS_ALLOWED
inCutscene = true;
var video:FlxVideo = new FlxVideo();
@@ -890,6 +891,7 @@ class PlayState extends MusicBeatState
startAndEnd();
return;
}
+ #end
}
function chooseEnding()