资源简介
基于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 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();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 498 2018-04-08 21:08 HUANGJIN\Bin\common\commonConfig.xm
文件 87626 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@Batang 80 (ansi).uft
文件 81836 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@Dotum 80 (ansi).uft
文件 86158 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@?????? 80 (ansi).uft
文件 86158 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\@??????? 80 (ansi).uft
文件 97039 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Algerian 80 (ansi).uft
文件 11766 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial 12 (ansi).uft
文件 16585 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial 14 (ansi).uft
文件 64592 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial 80 (ansi).uft
文件 13875 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Arial Bold 20 (ansi).uft
文件 11290 2018-04-08 21:08 HUANGJIN\Bin\common\data\fonts\Lucida Console 12 (ansi).uft
文件 365 2014-11-11 21:06 HUANGJIN\Bin\common\data\help\2. License.hfl
文件 9458 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 8724 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 2350 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1566 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 1581 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 836 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 4671 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1773 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1610 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 4194 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 5447 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 3911 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 3022 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 1395 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 10428 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 6040 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
文件 14476 2014-11-11 21:06 HUANGJIN\Bin\common\gamesc
文件 8867 2018-04-04 19:20 HUANGJIN\Bin\common\gamesc
............此处省略168个文件信息
相关资源
- 图书馆管理系统程序+全套开发文档系
- windows 程序设计 高清版
- SVM分类算法代码及实验报告
- 黄金矿工cocos2d源代码+素材
- vc做的小游戏 —— 彩色泡泡
- 五子棋算法比较强悍
- md3loader,导入md3模型源程序
- ARIMA 预测软件
- modbus上位机测试源码
- TradeX.dll 演示程序
- 人事考勤管理系统
- Canny算子源代码
- VS2017+OpenGL配置所需文件.rar
- ftp源码
- Givens矩阵分解
-
Qt以tableWidget/tableView读取xm
l文件,并 - 游戏:猫狗大作战
- linux+QT下基于RTP协议的实时视频传输客
- Enigma Virtual Box V7.30官方中文版
- Qt天气助手绘图、获取城市列表
- as3 黄金矿工
- windows MCI 录音
- 第一人称3D射击游戏源代码OpenGL
- 编译原理自底向上语法分析--LR分析
- 贪吃蛇代码+继续游戏用文件存储
- Flash小游戏黄金矿工源码
- 入门书籍.rar三本LBM的入门书籍,适合
- 基于Qt实现的多线程客户端与服务器
- 图书管理系统,大一实习
- vs2015搭载Qt Creator 4.5.1写的一个串口调
评论
共有 条评论