mirror of
https://github.com/neogeek23/rust_pong.git
synced 2026-02-04 10:58:20 +00:00
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
(
|
|
spritesheet_width: 8,
|
|
spritesheet_height: 16,
|
|
sprites: [
|
|
(
|
|
x: 0,
|
|
y: 0,
|
|
width: 4,
|
|
height: 16,
|
|
),
|
|
(
|
|
x: 4,
|
|
y: 0,
|
|
width: 4,
|
|
height: 4,
|
|
),
|
|
],
|
|
) |