@akashic/game-configuration
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -67,2 +67,7 @@ import type { AssetConfiguration, AssetConfigurationMap, AudioSystemConfigurationMap, ModuleMainScriptsMap } from "./AssetConfiguration"; | ||
defaultSkippingScene?: "fast-forward" | "indicator" | "none"; | ||
/** | ||
* 同時にポイント可能な上限を指定。 | ||
* 指定された数以上のポイントが同時にされた場合、maxPoints目以降のポイントは全て無効となる。 | ||
*/ | ||
maxPoints?: number; | ||
environment?: Environment; | ||
@@ -69,0 +74,0 @@ } |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31534
698