map.h

来自「symbian 的一个 二维飞行游戏 源码 及相关技术文章」· C头文件 代码 · 共 32 行

H
32
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?