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