Skip to content

Commit

Permalink
0.1 Build 407
Browse files Browse the repository at this point in the history
* CAAT.modules.ImageUtil is no more an object but a namespace with (static) functions.
* function CAAT.modules.ImageUtil.optimize now accepts a parameter to scan on specifig regions.
* Added CAAT.Font which encapsulates a sprite font. Contains methods: to define font, paint, stringWidth, save, etc.
* Method initialize and initializeGL give the opportunity to define a proxy input event. It is usefull in case some layering has to be done on top of the canvas element.
  • Loading branch information
hyperandroid committed Dec 18, 2011
1 parent e9dc5bf commit 9b44533
Show file tree
Hide file tree
Showing 60 changed files with 3,628 additions and 2,823 deletions.
6 changes: 3 additions & 3 deletions build/caat-box2d-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions build/caat-box2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Version: 0.1 build: 374
Version: 0.1 build: 407
Created on:
DATE: 2011-12-16
TIME: 17:29:01
DATE: 2011-12-18
TIME: 16:41:42
*/


Expand Down
87 changes: 45 additions & 42 deletions build/caat-css-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9b44533

Please sign in to comment.