lib/gamnit: intro the asteronit example
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 12 Dec 2015 00:19:06 +0000 (19:19 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 14 Dec 2015 16:09:55 +0000 (11:09 -0500)
commit249f7f9b3e164b2cd545b752272b8f2110546633
tree87136db9442afd151bc51fffec98cc350f2ae0ea
parenta50ce99da4f1904f6fa56b6dbdaafc265841f497
lib/gamnit: intro the asteronit example

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
16 files changed:
lib/gamnit/examples/asteronits/Makefile [new file with mode: 0644]
lib/gamnit/examples/asteronits/README.md [new file with mode: 0644]
lib/gamnit/examples/asteronits/art/controls.svg [new file with mode: 0644]
lib/gamnit/examples/asteronits/art/icon.svg [new file with mode: 0644]
lib/gamnit/examples/asteronits/art/sheet.xml [new file with mode: 0644]
lib/gamnit/examples/asteronits/assets/.gitignore [new file with mode: 0644]
lib/gamnit/examples/asteronits/assets/images/sheet.png [new file with mode: 0644]
lib/gamnit/examples/asteronits/bin/.gitignore [new file with mode: 0644]
lib/gamnit/examples/asteronits/org.nitlanguage.asteronits.txt [new file with mode: 0644]
lib/gamnit/examples/asteronits/package.ini [new file with mode: 0644]
lib/gamnit/examples/asteronits/res/.gitignore [new file with mode: 0644]
lib/gamnit/examples/asteronits/src/.gitignore [new file with mode: 0644]
lib/gamnit/examples/asteronits/src/asteronits.nit [new file with mode: 0644]
lib/gamnit/examples/asteronits/src/game_logic.nit [new file with mode: 0644]
lib/gamnit/examples/asteronits/src/texture_atlas_parser.nit [new file with mode: 0644]
lib/gamnit/examples/asteronits/src/touch_ui.nit [new file with mode: 0644]