9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
|
{{#sprites}}
|
||
|
// {{name}}
|
||
|
pub const {{name}}_width = {{width}};
|
||
|
pub const {{name}}_height = {{height}};
|
||
|
pub const {{name}}_flags = {{flags}}; // {{flagsHumanReadable}}
|
||
|
pub const {{name}} = [{{length}}]u8{ {{bytes}} };
|
||
|
|
||
|
{{/sprites}}
|