mirror of
https://github.com/photonstorm/phaser
synced 2025-01-11 04:38:51 +00:00
8 lines
70 B
JavaScript
8 lines
70 B
JavaScript
|
module.exports = {
|
||
|
|
||
|
DEFAULT: 0,
|
||
|
LINEAR: 0,
|
||
|
NEAREST: 1
|
||
|
|
||
|
};
|