1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-12-09 13:39:12 +00:00

Re-enable Input Offsets menu for Desktop oopsies

This commit is contained in:
100ec 2025-06-16 18:31:39 +08:00 committed by Kade
parent 0d2a737a8a
commit 6fa4280e31

View file

@ -715,7 +715,7 @@ class Project extends HXProject
EXCLUDE_ARMV7.apply(this, false);
UNLOCK_EVERYTHING.apply(this, false);
FEATURE_COMPRESSED_TEXTURES.apply(this, false);
FEATURE_INPUT_OFFSETS.apply(this, false);
FEATURE_INPUT_OFFSETS.apply(this, !isMobile());
// Should be true unless explicitly requested.
HARDCODED_CREDITS.apply(this, true);