shoot: use `app_name` and `app_version`
authorJean Privat <jean@pryen.org>
Thu, 12 Jun 2014 16:07:14 +0000 (12:07 -0400)
committerJean Privat <jean@pryen.org>
Fri, 13 Jun 2014 00:57:07 +0000 (20:57 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

examples/shoot/src/shoot.nit

index 94f13e9..f4001c8 100644 (file)
 
 # Space shooter.
 # This program is a fun game but also a good example of the scene2d module
-module shoot
+module shoot is
+       app_name("Space Shooter")
+       app_version(0, 1, git_revision)
+end
 
 import mnit
 import shoot_logic