delete all names

This commit is contained in:
wcb_dell 2020-10-22 19:49:45 +08:00
parent e8e31470d0
commit de7947500c
6 changed files with 1 additions and 10 deletions

View File

@ -1,5 +1,3 @@
__author__ = 'marble_xu'
import random
import pygame as pg
from .. import tool

View File

@ -1,5 +1,3 @@
__author__ = 'marble_xu'
import random
import pygame as pg
from .. import tool

View File

@ -1,5 +1,3 @@
__author__ = 'marble_xu'
import pygame as pg
from .. import tool
from .. import constants as c

View File

@ -1,5 +1,3 @@
__author__ = 'marble_xu'
import os
import json
import pygame as pg

View File

@ -1,5 +1,3 @@
__author__ = 'marble_xu'
import pygame as pg
from .. import tool
from .. import constants as c

View File

@ -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()