资源简介
用funcode平台进行矿工抓取黄金小游戏的制作,玩家通过键盘的按键控制矿工抓取金块,将钩子碰触到的金块抓取过来。
压缩包中包括源代码和游戏文件,可以用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 2020-03-04 09:55 Bin\
目录 0 2020-02-26 08:28 Bin\common\
文件 498 2020-03-04 13:49 Bin\common\commonConfig.xm
目录 0 2020-02-26 08:28 Bin\common\data\
目录 0 2020-02-26 08:28 Bin\common\data\audio\
目录 0 2020-03-11 08:27 Bin\common\data\fonts\
文件 11766 2020-03-04 09:55 Bin\common\data\fonts\Arial 12 (ansi).uft
文件 11219 2020-03-04 09:55 Bin\common\data\fonts\Arial 14 (ansi).uft
文件 31127 2020-03-11 08:27 Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2020-03-04 09:55 Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2020-03-04 09:55 Bin\common\data\fonts\Lucida Console 12 (ansi).uft
目录 0 2020-02-26 08:28 Bin\common\data\help\
文件 365 2014-11-11 21:06 Bin\common\data\help\2. License.hfl
目录 0 2020-02-26 08:28 Bin\common\gamesc
文件 8724 2017-03-22 23:22 Bin\common\gamesc
文件 1566 2017-03-22 23:22 Bin\common\gamesc
文件 836 2017-03-22 23:22 Bin\common\gamesc
目录 0 2020-02-26 08:28 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
文件 3911 2017-03-22 23:22 Bin\common\gamesc
文件 1395 2017-03-22 23:22 Bin\common\gamesc
文件 6040 2017-03-22 23:22 Bin\common\gamesc
文件 8867 2017-03-22 23:22 Bin\common\gamesc
文件 2945 2017-03-22 23:22 Bin\common\gamesc
文件 7012 2017-03-22 23:22 Bin\common\gamesc
文件 3144 2017-03-22 23:22 Bin\common\gamesc
文件 2235 2017-03-22 23:22 Bin\common\gamesc
文件 2666 2017-03-22 23:22 Bin\common\gamesc
............此处省略122个文件信息
- 上一篇:大漠插件模仿者天使插件,源码工具集合
- 下一篇:funcode黄金矿工
评论
共有 条评论