2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Project File 3.0
|
2015-05-08 19:40:28 +02:00
|
|
|
# Compiled with Gambas 3.7.90
|
2014-12-12 20:58:52 +01:00
|
|
|
Title=Pong
|
|
|
|
Startup=MMain
|
|
|
|
UseTerminal=1
|
|
|
|
Icon=pong.png
|
|
|
|
Version=3.6.2
|
|
|
|
Component=gb.ncurses
|
|
|
|
Description="The Pong game as a gb.ncurses example."
|
|
|
|
Authors="(C) 2013 Tobias Boege <tobias@gambas-buch.de>"
|
2015-05-08 19:40:28 +02:00
|
|
|
Environment="LINES=25\nCOLUMNS=80"
|
2014-12-12 20:58:52 +01:00
|
|
|
TabSize=2
|
|
|
|
Translate=1
|
|
|
|
Language=en_GB
|
|
|
|
Packager=1
|