资源简介

FunCode项目工程《保卫萝卜》的简化版,这是一款用保卫萝卜的素材,做自己游戏的例子。

代码片段和文件信息

//---------------------------------------------------------------------------------------------
// 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 ga

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\
     文件     3405312  2017-05-17 03:18  DefendCarrot(简化)\Bin\EngineDllC.dll
     文件     3404800  2015-03-11 00:37  DefendCarrot(简化)\Bin\EngineDllCpp.dll
     文件      147544  2017-07-13 10:50  DefendCarrot(简化)\Bin\Game.exe
     文件           4  2017-07-12 21:52  DefendCarrot(简化)\Bin\Score.dat
     文件           4  2017-07-13 09:56  DefendCarrot(简化)\Bin\Score1.dat
     文件           4  2017-07-12 22:48  DefendCarrot(简化)\Bin\Score2.dat
     文件           4  2017-07-13 10:37  DefendCarrot(简化)\Bin\Score3.dat
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\common\
     文件         502  2017-07-13 22:08  DefendCarrot(简化)\Bin\common\commonConfig.xml
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\common\data\
     目录           0  2017-07-14 12:24  DefendCarrot(简化)\Bin\common\data\audio\
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\common\data\fonts\
     文件       11766  2017-07-13 22:08  DefendCarrot(简化)\Bin\common\data\fonts\Arial 12 (ansi).uft
     文件       11783  2017-07-13 22:08  DefendCarrot(简化)\Bin\common\data\fonts\Arial 14 (ansi).uft
     文件       77265  2017-07-13 22:08  DefendCarrot(简化)\Bin\common\data\fonts\Arial 96 (ansi).uft
     文件       13875  2017-07-13 22:08  DefendCarrot(简化)\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
     文件       11290  2017-07-13 22:08  DefendCarrot(简化)\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\common\data\help\
     文件         365  2014-11-11 21:06  DefendCarrot(简化)\Bin\common\data\help\2. License.hfl
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\common\gamescripts\
     文件        9458  2014-11-11 21:06  DefendCarrot(简化)\Bin\common\gamescripts\align.cs
     文件        8724  2017-03-22 23:22  DefendCarrot(简化)\Bin\common\gamescripts\align.cs.dso
     文件        2350  2014-11-11 21:06  DefendCarrot(简化)\Bin\common\gamescripts\audio.cs
     文件        1566  2017-03-22 23:22  DefendCarrot(简化)\Bin\common\gamescripts\audio.cs.dso
     文件        1581  2014-11-11 21:06  DefendCarrot(简化)\Bin\common\gamescripts\canvas.cs
     文件         836  2017-03-22 23:22  DefendCarrot(简化)\Bin\common\gamescripts\canvas.cs.dso
     目录           0  2017-07-13 08:52  DefendCarrot(简化)\Bin\common\gamescripts\client\
     文件        4671  2014-11-11 21:06  DefendCarrot(简化)\Bin\common\gamescripts\client\chatClient.cs
     文件        1773  2014-11-11 21:06  DefendCarrot(简化)\Bin\common\gamescripts\client\client.cs
............此处省略449个文件信息

评论

共有 条评论