Remove stone.py
This commit is contained in:
parent
ebced9200d
commit
1ded0c4c5e
@ -1,9 +0,0 @@
|
|||||||
import os
|
|
||||||
|
|
||||||
from survival.game_object import GameObject
|
|
||||||
|
|
||||||
|
|
||||||
class Stone(GameObject):
|
|
||||||
|
|
||||||
def __init__(self, pos):
|
|
||||||
super().__init__(pos, os.path.join('..', 'assets', 'stone.png'))
|
|
Loading…
Reference in New Issue
Block a user