This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2025-01-25 19:35:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7a6845f6bf
phaser
/
src
/
scale
History
Richard Davey
5dc286268f
A new property is available in the Game Configuration specifically for setting the 'snap' values for the Scale Manager. You can now set
snap: { width, height }
in the game config. This is then passed to the display size by the Scale Manager and used to control the snap values.
Fix
#6629
(thanks @musjj @samme)
2024-02-19 16:35:42 +00:00
..
const
Update SCALE_MODE_CONST.js
2024-01-12 18:08:42 +00:00
events
Updated copyright year
2023-01-02 17:36:27 +00:00
index.js
Updated copyright year
2023-01-02 17:36:27 +00:00
ScaleManager.js
A new property is available in the Game Configuration specifically for setting the 'snap' values for the Scale Manager. You can now set
snap: { width, height }
in the game config. This is then passed to the display size by the Scale Manager and used to control the snap values.
Fix
#6629
(thanks @musjj @samme)
2024-02-19 16:35:42 +00:00