资源简介
根据童年经典版黄金矿工改编,增加丰富特效与音乐
代码片段和文件信息
//---------------------------------------------------------------------------------------------
// 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 2020-03-16 22:09 GoldMan\
目录 0 2020-03-16 22:09 GoldMan\Bin\
文件 3405824 2017-07-11 23:11 GoldMan\Bin\EngineDllC.dll
文件 3405824 2017-07-27 23:44 GoldMan\Bin\EngineDllCpp.dll
文件 314182 2020-03-16 10:41 GoldMan\Bin\Game.exe
目录 0 2020-03-16 22:09 GoldMan\Bin\common\
文件 498 2020-03-16 17:56 GoldMan\Bin\common\commonConfig.xm
目录 0 2020-03-16 22:09 GoldMan\Bin\common\data\
目录 0 2020-04-03 17:34 GoldMan\Bin\common\data\audio\
目录 0 2020-03-16 22:09 GoldMan\Bin\common\data\fonts\
文件 78132 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\@�����һ_CNKI 80 (ansi).uft
文件 77914 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\@�������ζ�_CNKI 80 (ansi).uft
文件 11766 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 18672 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 71072 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
文件 72996 2020-03-16 17:56 GoldMan\Bin\common\data\fonts\���ź� Light 80 (ansi).uft
目录 0 2020-03-16 22:09 GoldMan\Bin\common\data\help\
文件 365 2014-11-11 21:06 GoldMan\Bin\common\data\help\2. License.hfl
目录 0 2020-03-16 22:09 GoldMan\Bin\common\gamesc
文件 8724 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 1566 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 836 2017-03-22 23:22 GoldMan\Bin\common\gamesc
目录 0 2020-03-16 22:09 GoldMan\Bin\common\gamesc
文件 4671 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 1773 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 1610 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 4194 2014-11-11 21:06 GoldMan\Bin\common\gamesc
文件 3911 2017-03-22 23:22 GoldMan\Bin\common\gamesc
文件 1395 2017-03-22 23:22 GoldMan\Bin\common\gamesc
............此处省略151个文件信息
- 上一篇:黄金矿工(funcode项目源码)
- 下一篇:模拟一个模类游戏-棋盘游戏
评论
共有 条评论