From d20f5ac44940e424855a42ccab92571b626b6a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 1 Apr 2022 18:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=8E=B0=E4=BD=9C=E8=80=85?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/component/map.py | 2 +- source/component/menubar.py | 2 +- source/component/plant.py | 2 +- source/component/zombie.py | 2 +- source/main.py | 2 +- source/state/level.py | 2 +- source/state/mainmenu.py | 2 +- source/state/screen.py | 2 +- source/tool.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/component/map.py b/source/component/map.py index 0de0eda..0113947 100755 --- a/source/component/map.py +++ b/source/component/map.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import random import pygame as pg diff --git a/source/component/menubar.py b/source/component/menubar.py index d3dd74b..2a9fa97 100755 --- a/source/component/menubar.py +++ b/source/component/menubar.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import random import pygame as pg diff --git a/source/component/plant.py b/source/component/plant.py index 042647c..dfaf947 100755 --- a/source/component/plant.py +++ b/source/component/plant.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import random import pygame as pg diff --git a/source/component/zombie.py b/source/component/zombie.py index 43141a2..2e8db33 100755 --- a/source/component/zombie.py +++ b/source/component/zombie.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import pygame as pg from .. import tool diff --git a/source/main.py b/source/main.py index 92fcdc1..e0dddcb 100755 --- a/source/main.py +++ b/source/main.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' from . import tool from . import constants as c diff --git a/source/state/level.py b/source/state/level.py index b7fbb3e..48471a5 100644 --- a/source/state/level.py +++ b/source/state/level.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import os import json diff --git a/source/state/mainmenu.py b/source/state/mainmenu.py index 6ac345f..f8301fe 100644 --- a/source/state/mainmenu.py +++ b/source/state/mainmenu.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import pygame as pg from .. import tool diff --git a/source/state/screen.py b/source/state/screen.py index a624460..2294209 100644 --- a/source/state/screen.py +++ b/source/state/screen.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import pygame as pg from .. import tool diff --git a/source/tool.py b/source/tool.py index a3f5e33..f9a3077 100755 --- a/source/tool.py +++ b/source/tool.py @@ -1,4 +1,4 @@ -__author__ = 'marble_xu' +__author__ = 'wszqkzqk' import os import json