Skip to content

Commit

Permalink
Replace pgzhelper file to pgzhelper_rw lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongJun-Lee committed Sep 28, 2024
1 parent 76b638c commit 09cbe64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,485 deletions.
6 changes: 0 additions & 6 deletions mu/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
]
# Sources to copy over for use in PyGameZero Entry basic example apps.
EXAMPLE_ENTRY_BASIC = [
"pgzhelper.py",
"1_dog-cat.py",
"2_make_flower.py",
"3_robot_cleaner.py",
Expand All @@ -142,7 +141,6 @@
"background.png",
]
EXAMPLE_PGZ = [
"pgzhelper.py",
"flappybird.py",
"flappybird_neosoco.py",
]
Expand Down Expand Up @@ -910,10 +908,6 @@ def setup(self, modes):
if not os.path.exists(wd):
logger.debug("Creating directory: {}".format(wd))
os.makedirs(wd)
# Place pgzhelper Lib to root directory
shutil.copy(
path("pgzhelper.py", "pygamezero/"), os.path.join(wd, "pgzhelper.py")
)
# Place picozero Lib to root directory
shutil.copy(
path("picozero.py", "pico/"), os.path.join(wd, "picozero.py")
Expand Down
Loading

0 comments on commit 09cbe64

Please sign in to comment.