PC88-C(0.0.12)
修订记录
0.0.13 -更新了png288.py。 如果附加-rle , /rle -rle等,它将使用以下模式对文件进行RLE编码: 0x80 [X] [Y] : Duplicate [X] by [Y] times. All other bytes : Copy through 0x80 [X] [Y] : Duplicate [X] by [Y] times. All other bytes : Copy through -Added getsjis.py
橡树坚果引擎。
俗称“ onut”。 游戏引擎专注于快速发展。 瞄准游戏果酱。
快速Javascr ipt示例
加载图像并绘制精灵
var texture = getTexture ( "image.png" ) ;
function render ( ) {
// Begin a batch
SpriteBatch . begin ( ) ;
// Draw a sprite at screen coordinates x=200, y=100 from t