header.h
来自「symbian 的一个 二维飞行游戏 源码 及相关技术文章」· C头文件 代码 · 共 34 行
H
34 行
// Copyright 2002 Kenneth Guy,
//
const int KStatusHeaderSize=116;
extern const TUint16 KStatus[]={
// other sprites offset, size, location
1, 1064+KStatusHeaderSize, 32,200, 0,0,
0xffff,
// overlay status
// health, sprite offset, size, background color, locations
0+KStatusHeaderSize, 5,10, 0x086b,
5,56, 11,56, 17,56, 23,56,
5,66, 11,66, 17,66, 23,66,
5,76, 11,76, 17,76, 23,76,
0xffff,
// ships, sprite offset, size, background color, locations
200+KStatusHeaderSize, 9,24, 0x0000,
6,110, 18,110,
6,138, 18,138,
6,166, 18,166,
0xffff,
// score location, forecolor, backcolor
4,20,
0x0fff,0x086b,
0, // alighnment,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?