mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
17 lines
282 B
TOML
17 lines
282 B
TOML
version = "1.0"
|
|
|
|
[image.hat]
|
|
filename = "hat.png"
|
|
tile_size = "8x8"
|
|
transparent_colour = "121105"
|
|
|
|
[image.purple]
|
|
filename = "purple.png"
|
|
tile_size = "8x8"
|
|
transparent_colour = "121105"
|
|
|
|
[image.hyperspace]
|
|
filename = "hyperspace.png"
|
|
tile_size = "8x8"
|
|
transparent_colour = "121105"
|