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