djam_4/resources/sprites.ron

36 lines
639 B
Text
Raw Normal View History

2024-08-07 05:09:35 +00:00
List((
texture_width: 54,
texture_height: 36,
2024-08-07 05:09:35 +00:00
sprites: [
(
x: 1,
y: 1,
2024-08-07 05:09:35 +00:00
width: 16,
height: 16,
),
(
x: 19,
y: 1,
width: 16,
height: 16,
),
(
x: 19,
y: 19,
width: 16,
height: 16,
),
(
x: 37,
y: 1,
width: 16,
height: 16,
),
(
x: 37,
y: 19,
width: 16,
height: 16,
),
2024-08-07 05:09:35 +00:00
],
))