Skip to content

Commit

Permalink
updated for Chapter 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kittykatattack committed Jul 6, 2015
1 parent 757b7dd commit d25b2dd
Show file tree
Hide file tree
Showing 45 changed files with 1,642 additions and 1 deletion.
Binary file added chapter01/images/animals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chapter03/.bitmapText.html.swp
Binary file not shown.
Binary file added chapter03/.shapes.html.swp
Binary file not shown.
7 changes: 7 additions & 0 deletions chapter03/01_shapes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Shapes</title>
<body>
<script src="../library/plugins/pixi.js/bin/pixi.js"></script>
<script src="es5/shapes.js"></script>
</body>
7 changes: 7 additions & 0 deletions chapter03/02_singleGraphicsContext.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Single graphics context</title>
<body>
<script src="../library/plugins/pixi.js/bin/pixi.js"></script>
<script src="es5/singleGraphicsContext.js"></script>
</body>
7 changes: 7 additions & 0 deletions chapter03/03_animatingGraphics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Single graphics context</title>
<body>
<script src="../library/plugins/pixi.js/bin/pixi.js"></script>
<script src="es5/animatingGraphics.js"></script>
</body>
7 changes: 7 additions & 0 deletions chapter03/04_bitmapText.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Bitmsp text</title>
<body>
<script src="../library/plugins/pixi.js/bin/pixi.js"></script>
<script src="es5/bitmapText.js"></script>
</body>
7 changes: 7 additions & 0 deletions chapter03/05_text.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Text</title>
<body>
<script src="../library/plugins/pixi.js/bin/pixi.js"></script>
<script src="es5/text.js"></script>
</body>
7 changes: 7 additions & 0 deletions chapter03/06_groupingSprites.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<meta charset="utf-8">
<title>Grouping sprites</title>
<body>
<script src="../library/plugins/pixi.js/bin/pixi.js"></script>
<script src="es5/groupingSprites.js"></script>
</body>
80 changes: 80 additions & 0 deletions chapter03/es5/animatingGraphics.js

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

1 change: 1 addition & 0 deletions chapter03/es5/animatingGraphics.js.map

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

81 changes: 81 additions & 0 deletions chapter03/es5/bitmapText.js

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

1 change: 1 addition & 0 deletions chapter03/es5/bitmapText.js.map

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

103 changes: 103 additions & 0 deletions chapter03/es5/groupingSprites.js

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

Loading

0 comments on commit d25b2dd

Please sign in to comment.