mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
Updated level version to 63.
This commit is contained in:
@@ -16,7 +16,7 @@ import kotlin.random.Random
|
|||||||
@Serializable
|
@Serializable
|
||||||
public class LevelSettings {
|
public class LevelSettings {
|
||||||
/**
|
/**
|
||||||
* The version of the level. Currently, it is set to [61][CURRENT_LEVEL_VERSION].
|
* The version of the level. Currently, it is set to [63][CURRENT_LEVEL_VERSION].
|
||||||
*
|
*
|
||||||
* This library currently does not support levels with other versions.
|
* This library currently does not support levels with other versions.
|
||||||
* If you want to use levels with other versions, please use the level editor to convert them to a supported version.
|
* If you want to use levels with other versions, please use the level editor to convert them to a supported version.
|
||||||
@@ -197,7 +197,7 @@ public class LevelSettings {
|
|||||||
/**
|
/**
|
||||||
* The current level version the level editor is using.
|
* The current level version the level editor is using.
|
||||||
*/
|
*/
|
||||||
public const val CURRENT_LEVEL_VERSION: Int = 61
|
public const val CURRENT_LEVEL_VERSION: Int = 63
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user