Attacks can be saved in the editor.

It's more flexible to do it by hand though.
This commit is contained in:
Jason Felds
2011-06-24 22:11:07 -04:00
parent f3ddbf5d2a
commit 5ce88d4b54
5 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
* @brief The internal version of the cache for StepMania.
*
* Increment this value to invalidate the current cache. */
const int FILE_CACHE_VERSION = 183;
const int FILE_CACHE_VERSION = 184;
/** @brief How long does a song sample last by default? */
const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;