Got it working.

This commit is contained in:
The Wobbler 2024-02-03 17:08:51 +01:00
parent 42f92f0295
commit 5b5594ae40
4 changed files with 173 additions and 0 deletions

BIN
models/coffee_cup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B

View file

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