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