📄 all_gfx.h
字号:
//Gfx converted using Mollusk's PAGfx Converter
//This file contains all the .h, for easier inclusion in a project
#ifndef ALL_GFX_H
#define ALL_GFX_H
// Background files :
extern const int newfont_Info[3]; // BgMode, Width, Height
extern const unsigned short newfont_Map[288] __attribute__ ((aligned (4))) ; // Pal : newfont_Pal
extern const unsigned char newfont_Tiles[4096] __attribute__ ((aligned (4))) ; // Pal : newfont_Pal
// Palette files :
extern const unsigned short newfont_Pal[12] __attribute__ ((aligned (4))) ;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -