Got it working.
This commit is contained in:
parent
42f92f0295
commit
5b5594ae40
4 changed files with 173 additions and 0 deletions
BIN
models/coffee_cup.png
Normal file
BIN
models/coffee_cup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 281 B |
7
models/model_properties.py
Normal file
7
models/model_properties.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
properties = {
|
||||
"coffee_cup.png": {
|
||||
"sprite_size": (7, 10)
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue