Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@akashic/game-configuration

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/game-configuration - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

5

lib/GameConfiguration.d.ts

@@ -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 @@ }

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc