mirror of
https://github.com/photonstorm/phaser
synced 2025-03-04 23:37:19 +00:00
Removed unused consts
This commit is contained in:
parent
39b1f35a20
commit
2b4d6f17c8
1 changed files with 1 additions and 8 deletions
|
@ -3,13 +3,6 @@ module.exports = {
|
|||
|
||||
PENDING: 0,
|
||||
INSTALLED: 1,
|
||||
|
||||
BOOT: 0,
|
||||
INIT: 1,
|
||||
PRELOAD: 2,
|
||||
CREATE: 3,
|
||||
UPDATE: 4,
|
||||
RENDER: 5,
|
||||
SHUTDOWN: 6
|
||||
SHUTDOWN: 2
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue