Files
flappy-bird-rust/assets/sprites/logo.ron
Mitchell Hansen 9c0ad6fcba other files
2025-11-24 22:36:53 -08:00

24 lines
394 B
Plaintext

(
texture_width: 690,
texture_height: 230,
sprites: [
(
x: 0,
y: 0,
width: 230,
height: 230,
),
(
x: 230,
y: 0,
width: 230,
height: 230,
),
(
x: 460,
y: 0,
width: 230,
height: 230,
)
]
)