Navigation

Introduction

Phaser CE features three significant new updates to the way the rendering works. If used, these can significantly improve performance of your games. The features are:

  1. Multi Texture Batching Support.
  2. Compressed Texture Support
  3. Rotated Atlas Frame Support

This tutorial covers how to use each of them.

<div class="warning-box"> <strong class="title">Phaser CE</strong> These features are only available in <a href="https://github.com/photonstorm/phaser/tree/master/v2-community">Phaser CE</a>, version 2.7.0 and above. </div>

So, let's get started ...