Files
flappy-bird-rust/resources/sprites/logo.ron
Hilmar Wiegand da1cbadfea Add sprites
2019-06-23 14:26:36 +02: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,
)
]
)