Added animation events
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
from .anim import AnimatedObject
|
||||
import tomllib
|
||||
|
||||
class Game:
|
||||
@ -23,4 +24,7 @@ class Game:
|
||||
pass
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
pass
|
||||
|
||||
def createAnimObj(self, *args, **kwargs):
|
||||
return AnimatedObject(self, *args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user