diff --git a/examples/animation/Animation from a JSON object.php b/examples/animation/Animation from a JSON object.php new file mode 100644 index 00000000..c42d0643 --- /dev/null +++ b/examples/animation/Animation from a JSON object.php @@ -0,0 +1,144 @@ + + + + + \ No newline at end of file diff --git a/examples/animation/Animation from a texturePacker file.php b/examples/animation/Animation from a texturePacker file.php new file mode 100644 index 00000000..67420bd1 --- /dev/null +++ b/examples/animation/Animation from a texturePacker file.php @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file diff --git a/examples/animation/animation wraparound.php b/examples/animation/animation wraparound.php new file mode 100644 index 00000000..aef294fe --- /dev/null +++ b/examples/animation/animation wraparound.php @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file diff --git a/examples/assets/maps/cybernoid.png.png b/examples/assets/maps/cybernoid.png.png new file mode 100644 index 00000000..8f49737c Binary files /dev/null and b/examples/assets/maps/cybernoid.png.png differ diff --git a/examples/groups/add to group after creation.php b/examples/groups/add to group after creation.php new file mode 100644 index 00000000..b224864a --- /dev/null +++ b/examples/groups/add to group after creation.php @@ -0,0 +1,63 @@ + + + + + + diff --git a/examples/groups/bring a group to top.php b/examples/groups/bring a group to top.php new file mode 100644 index 00000000..5a8324aa --- /dev/null +++ b/examples/groups/bring a group to top.php @@ -0,0 +1,101 @@ + + + + + + diff --git a/examples/groups/bring specific sprites to top.php b/examples/groups/bring specific sprites to top.php new file mode 100644 index 00000000..60c1c512 --- /dev/null +++ b/examples/groups/bring specific sprites to top.php @@ -0,0 +1,46 @@ + + + + + + diff --git a/examples/groups/create a sprite inside a group.php b/examples/groups/create a sprite inside a group.php new file mode 100644 index 00000000..16ccdf0c --- /dev/null +++ b/examples/groups/create a sprite inside a group.php @@ -0,0 +1,56 @@ + + + + + + diff --git a/examples/input/drag several sprites.php b/examples/input/drag several sprites.php new file mode 100644 index 00000000..bdea15f1 --- /dev/null +++ b/examples/input/drag several sprites.php @@ -0,0 +1,51 @@ + + + + + \ No newline at end of file diff --git a/examples/loader/random images from loader.php b/examples/loader/random images from loader.php new file mode 100644 index 00000000..732ed414 --- /dev/null +++ b/examples/loader/random images from loader.php @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/examples/sprites/add a sprite.php b/examples/sprites/add a sprite.php new file mode 100644 index 00000000..cb889eb7 --- /dev/null +++ b/examples/sprites/add a sprite.php @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file diff --git a/examples/sprites/add several sprites.php b/examples/sprites/add several sprites.php new file mode 100644 index 00000000..1263b99d --- /dev/null +++ b/examples/sprites/add several sprites.php @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/examples/sprites/move a sprite.php b/examples/sprites/move a sprite.php new file mode 100644 index 00000000..13b8fceb --- /dev/null +++ b/examples/sprites/move a sprite.php @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file diff --git a/examples/sprites/multiple .php b/examples/sprites/multiple .php new file mode 100644 index 00000000..25bb6e2d --- /dev/null +++ b/examples/sprites/multiple .php @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/examples/sprites/several sprites using one texture file.php b/examples/sprites/several sprites using one texture file.php new file mode 100644 index 00000000..25bb6e2d --- /dev/null +++ b/examples/sprites/several sprites using one texture file.php @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/examples/texture crop/crop and see part of an image.php b/examples/texture crop/crop and see part of an image.php new file mode 100644 index 00000000..31cbd4c7 --- /dev/null +++ b/examples/texture crop/crop and see part of an image.php @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/examples/texture crop/crop and tween horizontally.php b/examples/texture crop/crop and tween horizontally.php new file mode 100644 index 00000000..f4daeb7e --- /dev/null +++ b/examples/texture crop/crop and tween horizontally.php @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/examples/texture crop/crop and tween vertically.php b/examples/texture crop/crop and tween vertically.php new file mode 100644 index 00000000..0ca156e1 --- /dev/null +++ b/examples/texture crop/crop and tween vertically.php @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/bounce.php b/examples/tweens/bounce.php new file mode 100644 index 00000000..92a6663e --- /dev/null +++ b/examples/tweens/bounce.php @@ -0,0 +1,48 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/bubbles.php b/examples/tweens/bubbles.php new file mode 100644 index 00000000..cee5199d --- /dev/null +++ b/examples/tweens/bubbles.php @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/combined tweens.php b/examples/tweens/combined tweens.php new file mode 100644 index 00000000..7afd42e8 --- /dev/null +++ b/examples/tweens/combined tweens.php @@ -0,0 +1,73 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/easing spritesheets.php b/examples/tweens/easing spritesheets.php new file mode 100644 index 00000000..18f0ae62 --- /dev/null +++ b/examples/tweens/easing spritesheets.php @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/easing.php b/examples/tweens/easing.php new file mode 100644 index 00000000..6dc369f2 --- /dev/null +++ b/examples/tweens/easing.php @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/fading in a sprite.php b/examples/tweens/fading in a sprite.php new file mode 100644 index 00000000..51790c7c --- /dev/null +++ b/examples/tweens/fading in a sprite.php @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file diff --git a/examples/tweens/tweening several properties.php b/examples/tweens/tweening several properties.php new file mode 100644 index 00000000..d358278c --- /dev/null +++ b/examples/tweens/tweening several properties.php @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file