gamestatek
This commit is contained in:
12
src/gamestates/title.py
Normal file
12
src/gamestates/title.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import assets
|
||||
|
||||
def switch():
|
||||
print("Hello I'm switched")
|
||||
|
||||
def update(dt):
|
||||
pass
|
||||
|
||||
def draw(screen):
|
||||
screen.fill("blue")
|
||||
screen.blit(assets.sprites["louisu"], (0, 0))
|
||||
|
||||
Reference in New Issue
Block a user