tamamo/src/maps/test.zig

31 lines
891 B
Zig

// Generated by ./src/tools/genmap.js ./maps/TestMap.json, DO NOT EDIT
const sh0rk = @import("../sh0rk.zig");
const Point = sh0rk.Point;
const Rect = sh0rk.Rect;
pub const width = 10;
pub const height = 10;
pub const ts_width = 10;
pub const ts_height = 5;
pub const data = [100]u8{
28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
28, 28, 28, 28, 17, 28, 28, 28, 28, 28,
28, 28, 28, 28, 37, 28, 28, 28, 28, 0,
1, 2, 3, 1, 47, 3, 1, 2, 3, 5,
49, 49, 49, 49, 49, 49, 21, 49, 22, 15,
21, 49, 22, 49, 42, 49, 49, 49, 49, 25,
40, 49, 49, 49, 49, 49, 21, 49, 49, 5,
49, 49, 49, 21, 49, 49, 49, 41, 49,
};
pub const coll = [_]Rect{
Rect{.base = Point{.x = 0, .y = 80}, .width = 160, .height = 80},
Rect{.base = Point{.x = 80, .y = 48}, .width = 16, .height = 32},
};