You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This shows a potential optimization path; melonJS should only use known regions, so we can remove this safety net code!
- Requires Texture [atlas] support for TMX tilesets and bitmap fonts, at the very least
- Added `me.video.renderer.createPattern()` and `me.video.renderer.drawPattern()`
- Added `repeat` meta info to `me.video.renderer.Texture`
- Changed platformer background gradient image size to power-of-two for WebGL compatibility
- Closes#603 and #632
createPattern
to draw a pattern with repeating images: http://www.w3.org/TR/2dcontext/#dom-context-2d-createpatternTEXTURE_WRAP_S
andTEXTURE_WRAP_T
can be set toREPEAT
orCLAMP_TO_EDGE
: http://msdn.microsoft.com/en-us/library/ie/dn302437(v=vs.85).aspxThe text was updated successfully, but these errors were encountered: