Initial work, pong paddles move, lots of the groundwork for multiplayer or alternate displays is already done
This commit is contained in:
9
harnesses.py
Executable file
9
harnesses.py
Executable file
@@ -0,0 +1,9 @@
|
||||
from common import *
|
||||
import actor
|
||||
import display
|
||||
|
||||
def textActor():
|
||||
ta = actor.Text(text="lolzors")
|
||||
ta.x = 10
|
||||
ta.y = 10
|
||||
display.Display.CurrentDisplay().addActor(ta)
|
||||
Reference in New Issue
Block a user