sprite_stacking_engine/models/model_properties.py

8 lines
98 B
Python
Raw Normal View History

2024-02-03 17:08:51 +01:00
#!/usr/bin/python3
properties = {
"coffee_cup.png": {
"sprite_size": (7, 10)
}
}