mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 09:34:02 +00:00
8 lines
70 B
JavaScript
8 lines
70 B
JavaScript
|
module.exports = {
|
||
|
|
||
|
DEFAULT: 0,
|
||
|
LINEAR: 0,
|
||
|
NEAREST: 1
|
||
|
|
||
|
};
|