Mods
This commit is contained in:
11
cromulant/game.py
Normal file
11
cromulant/game.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .window import Window
|
||||
|
||||
class Game:
|
||||
@staticmethod
|
||||
def update_view() -> None:
|
||||
scene = Window.view.scene()
|
||||
scene.addRect(0, 0, 10, 10)
|
||||
scene.addRect(10, 10, 10, 10)
|
||||
scene.addRect(20, 20, 10, 10)
|
||||
scene.addRect(30, 30, 10, 10)
|
||||
scene.addRect(40, 40, 10, 10)
|
Reference in New Issue
Block a user