sprite_stacking_engine/models/model_properties.py
2024-02-03 17:08:51 +01:00

7 lines
98 B
Python

#!/usr/bin/python3
properties = {
"coffee_cup.png": {
"sprite_size": (7, 10)
}
}