This website requires JavaScript.
Explore
Help
Sign In
s452701
/
AI-Project
Watch
3
Star
1
Fork
0
You've already forked AI-Project
Code
Issues
Pull Requests
Releases
Wiki
Activity
04efd8876a
AI-Project
/
survival
/
tile.py
4 lines
65 B
Python
Raw
Normal View
History
Unescape
Escape
initial commit
2021-03-04 14:07:44 +01:00
class
Tile
:
def
__init__
(
self
)
:
use texture atlas instead of separate sprites
2021-03-14 16:59:37 +01:00
self
.
origin
=
(
0
,
0
)
Reference in New Issue
Copy Permalink