资源简介
funcode程序 海底世界和太空战机源代码(C language)太空战机升级了界面和游戏难度,游戏画风相对清新,开始界面是像素风,外送old threads 音乐一条(适合作背景音)
代码片段和文件信息
//---------------------------------------------------------------------------------------------
// Torque Game Builder
// Copyright (C) GarageGames.com Inc.
//---------------------------------------------------------------------------------------------
/// Player Initialization Procedure
///
function onstart()
{
}
function onExit()
{
}
//---------------------------------------------------------------------------------------------
// Load the paths we need access to
//---------------------------------------------------------------------------------------------
function loadPath( %path )
{
setModPaths( getModPaths() @ “;“ @ %path );
exec(%path @ “/main.cs“);
}
//---------------------------------------------
// Do some bootstrap voodoo to get the game to
// the initializeProject phase of loading and
// pass off to the user
//---------------------------------------------
// Output a console log
setLogMode(6);
loadPath( “common“ );
loadPath( “game“ );
onstart();
// Initialized
echo(“\nFunCode (“ @ getT2DVersion() @ “) initialized...“);
if( !isFunction( “initializeProject“ ) || !isFunction( “_initializeProject“ ) )
{
messageBox( “Game Startup Error“ “‘initializeProject‘ function could not be found.“ @
“\nThis could indicate a bad or corrupt common directory for your game.“ @
“\n\nThe Game will now shutdown because it cannot properly function“ “Ok“ “MIStop“ );
quit();
}
_initializeProject();
// Startup the project
initializeProject();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-06-25 21:23 太空战机\
目录 0 2018-06-10 18:25 太空战机\Bin\
目录 0 2015-07-09 15:38 太空战机\Bin\common\
文件 498 2018-06-20 20:48 太空战机\Bin\common\commonConfig.xm
目录 0 2015-07-09 15:38 太空战机\Bin\common\data\
目录 0 2015-07-07 14:20 太空战机\Bin\common\data\audio\
目录 0 2018-06-08 22:58 太空战机\Bin\common\data\fonts\
文件 11766 2018-06-10 19:00 太空战机\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 15741 2018-06-10 19:00 太空战机\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 61311 2018-06-10 19:00 太空战机\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2018-06-10 19:00 太空战机\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2018-06-10 19:00 太空战机\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
文件 19633 2018-06-10 19:00 太空战机\Bin\common\data\fonts\uni 05_53 80 (ansi).uft
文件 19633 2018-06-08 23:18 太空战机\Bin\common\data\fonts\uni 05_54 80 (ansi).uft
目录 0 2015-07-09 15:38 太空战机\Bin\common\data\help\
文件 365 2014-11-11 21:06 太空战机\Bin\common\data\help\2. License.hfl
目录 0 2015-07-09 15:38 太空战机\Bin\common\gamesc
文件 9458 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 8724 2015-07-07 14:38 太空战机\Bin\common\gamesc
文件 2350 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 1566 2015-07-07 14:38 太空战机\Bin\common\gamesc
文件 1581 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 836 2015-07-07 14:38 太空战机\Bin\common\gamesc
目录 0 2015-07-09 15:38 太空战机\Bin\common\gamesc
文件 4671 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 1773 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 1610 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 4194 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 5447 2014-11-11 21:06 太空战机\Bin\common\gamesc
文件 3911 2015-07-07 14:38 太空战机\Bin\common\gamesc
文件 3022 2014-11-11 21:06 太空战机\Bin\common\gamesc
............此处省略434个文件信息
评论
共有 条评论