From: Rob <geo...@us...> - 2005-07-11 18:31:09
|
Update of /cvsroot/timewarp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3781 Added Files: MSVCP60D.DLL MSVCRTD.DLL gsidescroll.ini license.txt Log Message: --- NEW FILE: MSVCRTD.DLL --- (This appears to be a binary file; contents omitted.) --- NEW FILE: license.txt --- Timewarp is distributed under the GPL license (General Public License). --- NEW FILE: gsidescroll.ini --- [init] ; map width (in pixels) mapw = 3000 ; map height (in pixels) maph = 10000 ; velocity of the ship (in pixels/second) velocity = 20 ; battle area size: areaw = 1600 areah = 1200 ; start a little up, to avoid (visual) map wrap. ; Also you should avoid going all the way through the end of the map startpos = 1000 ; There can be at most 100 levels. No need to specify how many levels there are. ; A level must have at least 1 enemy. [level1] N = 3 ; keys: left-right-thrust-fire-special ; timer: in milliseconds. Keys are applied until timer is reached. Ship timer starts at 0, ; and counts upwards. ; There can be at most 32 timers. ; ship is cleaned up when last timer expires ; spawnpos num interval shipid xrel yrel angle keys timer keys timer enemy1 = 1000 3 500 kzedr -100 100 90 11010 1000 02000 10000 enemy2 = 1200 3 500 kzedr 100 100 -90 11000 1000 10110 10000 enemy3 = 1400 3 500 kzedr 100 100 -90 11000 1000 10110 10000 --- NEW FILE: MSVCP60D.DLL --- (This appears to be a binary file; contents omitted.) |