Skip to content

Commit

Permalink
🍱 Finish Catsteroids example: add a boss battle, new bonus, and new g…
Browse files Browse the repository at this point in the history
…raphics
  • Loading branch information
CosmoMyzrailGorynych committed May 5, 2020
1 parent 598abdc commit dfded29
Show file tree
Hide file tree
Showing 31 changed files with 711 additions and 113 deletions.
2 changes: 1 addition & 1 deletion app/data/ct.release/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ const Copy = (function () {
* @returns {Copy} the created copy.
* @alias ct.types.copy
*/
make(type, x, y, exts, container) {
make(type, x=0, y=0, exts, container) {
// An advanced constructor. Returns a Copy
if (exts instanceof PIXI.Container) {
container = exts;
Expand Down
Loading

0 comments on commit dfded29

Please sign in to comment.