Skip to content

Commit

Permalink
Compile dists
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed May 26, 2016
1 parent 3ef8d28 commit adce890
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file modified dist/Excalibur.0.6.0.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/Excalibur.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! excalibur - v0.6.0 - 2016-05-16
/*! excalibur - v0.6.0 - 2016-05-25
* https://github.com/excaliburjs/Excalibur
* Copyright (c) 2016 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>; Licensed BSD-2-Clause*/
if (typeof window === 'undefined') {
Expand Down Expand Up @@ -10622,7 +10622,7 @@ var ex;
this.color = ex.Color.Black.clone();
this.spriteFont = spriteFont;
this.collisionType = ex.CollisionType.PreventCollision;
this.fontFamily = fontFamily || '10px sans-serif'; // coallesce to default canvas font
this.fontFamily = fontFamily || 'sans-serif'; // coallesce to default canvas font
if (spriteFont) {
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/Excalibur.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/excalibur-0.6.0.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! excalibur - v0.6.0 - 2016-05-16
/*! excalibur - v0.6.0 - 2016-05-25
* https://github.com/excaliburjs/Excalibur
* Copyright (c) 2016 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>; Licensed BSD-2-Clause*/
if (typeof window === 'undefined') {
Expand Down Expand Up @@ -10622,7 +10622,7 @@ var ex;
this.color = ex.Color.Black.clone();
this.spriteFont = spriteFont;
this.collisionType = ex.CollisionType.PreventCollision;
this.fontFamily = fontFamily || '10px sans-serif'; // coallesce to default canvas font
this.fontFamily = fontFamily || 'sans-serif'; // coallesce to default canvas font
if (spriteFont) {
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/excalibur-0.6.0.min.js

Large diffs are not rendered by default.

0 comments on commit adce890

Please sign in to comment.