Skip to content

Commit 420272d

Browse files
committed
Added Phaser.VIDEO object type const.
1 parent 3578cd0 commit 420272d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Phaser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var Phaser = Phaser || {
5252
POINT: 25,
5353
ROUNDEDRECTANGLE: 26,
5454
CREATURE: 27,
55+
VIDEO: 28,
5556

5657
/**
5758
* Various blend modes supported by pixi. IMPORTANT - The WebGL renderer only supports the NORMAL, ADD, MULTIPLY and SCREEN blend modes.

0 commit comments

Comments
 (0)