⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 map.h

📁 symbian 的一个 二维飞行游戏 源码 及相关技术文章
💻 H
字号:
// Copyright 2002 Kenneth Guy,
// 
#include "TMapLineType.h"

TInt16 Map[]={
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
KHomingBadGuy,17,300,100,1,1,1,0,
KHomingBadGuy,17,300,120,1,1,1,0,
KHomingBadGuy,17,300,140,1,1,1,0,
KHomingBadGuy,17,300,160,1,1,1,0,
KHomingBadGuy,17,300,180,1,1,1,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineBackground,0,0,0,0,0,0,0,
EMapLineEndOfMap,0,0,0,0,0,0,0
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -