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