@akashic/playlog
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -102,2 +102,3 @@ import type * as storage from "./StorageData"; | ||
10?: number; | ||
11?: number; | ||
} | ||
@@ -115,3 +116,4 @@ export declare const enum PointMoveEventIndex { | ||
PrevDeltaY = 9, | ||
EntityId = 10 | ||
EntityId = 10, | ||
Button = 11 | ||
} | ||
@@ -127,2 +129,3 @@ export interface PointUpEvent extends Event { | ||
10?: number; | ||
11?: number; | ||
} | ||
@@ -140,3 +143,4 @@ export declare const enum PointUpEventIndex { | ||
PrevDeltaY = 9, | ||
EntityId = 10 | ||
EntityId = 10, | ||
Button = 11 | ||
} | ||
@@ -143,0 +147,0 @@ export interface OperationEvent extends Event { |
@@ -88,2 +88,3 @@ "use strict"; | ||
PointMoveEventIndex[PointMoveEventIndex["EntityId"] = 10] = "EntityId"; | ||
PointMoveEventIndex[PointMoveEventIndex["Button"] = 11] = "Button"; | ||
})(PointMoveEventIndex = exports.PointMoveEventIndex || (exports.PointMoveEventIndex = {})); | ||
@@ -103,2 +104,3 @@ var PointUpEventIndex; | ||
PointUpEventIndex[PointUpEventIndex["EntityId"] = 10] = "EntityId"; | ||
PointUpEventIndex[PointUpEventIndex["Button"] = 11] = "Button"; | ||
})(PointUpEventIndex = exports.PointUpEventIndex || (exports.PointUpEventIndex = {})); | ||
@@ -105,0 +107,0 @@ var OperationEventIndex; |
{ | ||
"name": "@akashic/playlog", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "The interface definition of Playlog, the serialization format of Akashic game execution", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -134,2 +134,3 @@ <p align="center"> | ||
| 10 | number | YES | エンティティID | | ||
| 11 | button | YES | ボタンの種類 | | ||
@@ -150,2 +151,3 @@ #### PointUpEvent (0x23) | ||
| 10 | number | YES | エンティティID | | ||
| 11 | button | YES | ボタンの種類 | | ||
@@ -152,0 +154,0 @@ #### OperationEvent (0x40) |
24723
350
218