@akashic/game-configuration
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -82,2 +82,3 @@ import type { RendererCandidate } from "@akashic/pdi-types"; | ||
renderers?: (string | RendererCandidate)[]; | ||
assetBundle?: string; | ||
} | ||
@@ -84,0 +85,0 @@ export interface NormalizedGameConfiguration extends GameConfiguration { |
export * from "./AssetConfiguration"; | ||
export * from "./AssetBundleConfiguration"; | ||
export * from "./GameConfiguration"; | ||
export * from "./OperationPluginInfo"; |
@@ -18,3 +18,4 @@ "use strict"; | ||
__exportStar(require("./AssetConfiguration"), exports); | ||
__exportStar(require("./AssetBundleConfiguration"), exports); | ||
__exportStar(require("./GameConfiguration"), exports); | ||
__exportStar(require("./OperationPluginInfo"), exports); |
{ | ||
"name": "@akashic/game-configuration", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
39501
25
876