delete all names
This commit is contained in:
parent
e8e31470d0
commit
de7947500c
@ -1,5 +1,3 @@
|
||||
__author__ = 'marble_xu'
|
||||
|
||||
import random
|
||||
import pygame as pg
|
||||
from .. import tool
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
__author__ = 'marble_xu'
|
||||
|
||||
import random
|
||||
import pygame as pg
|
||||
from .. import tool
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
__author__ = 'marble_xu'
|
||||
|
||||
import pygame as pg
|
||||
from .. import tool
|
||||
from .. import constants as c
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
__author__ = 'marble_xu'
|
||||
|
||||
import os
|
||||
import json
|
||||
import pygame as pg
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
__author__ = 'marble_xu'
|
||||
|
||||
import pygame as pg
|
||||
from .. import tool
|
||||
from .. import constants as c
|
||||
|
||||
@ -74,6 +74,7 @@ class Control():
|
||||
self.mouse_click[0], _, self.mouse_click[1] = pg.mouse.get_pressed()
|
||||
print('pos:', self.mouse_pos, ' mouse:', self.mouse_click)
|
||||
|
||||
|
||||
def main(self):
|
||||
while not self.done:
|
||||
self.event_loop()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user