rust_pong/texture/pong_spritesheet.ron

18 lines
284 B
Plaintext
Raw Permalink Normal View History

(
spritesheet_width: 8,
spritesheet_height: 16,
sprites: [
(
x: 0,
y: 0,
width: 4,
height: 16,
),
(
x: 4,
y: 0,
width: 4,
height: 4,
),
],
)