Skip to content

Commit 8b2f5fc

Browse files
committed
Added the missing Geom types.
1 parent 11889cd commit 8b2f5fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Phaser.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ var Phaser = Phaser || {
4545
RETROFONT: 18,
4646
POINTER: 19,
4747
ROPE: 20,
48+
CIRCLE: 21,
49+
RECTANGLE: 22,
50+
LINE: 23,
51+
MATRIX: 24,
52+
POINT: 25,
53+
ROUNDEDRECTANGLE: 26,
4854

4955
/**
5056
* 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)