update game folder

This commit is contained in:
Kylin_on_Mac
2022-06-02 14:31:50 +08:00
parent a198a46ca3
commit 757adbf542
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import sys
sys.path.append(r"../..")
from mlgame.view.view import PygameView
from mlgame.gamedev.generic import quit_or_esc
from mlgame.game.generic import quit_or_esc
from src.game import EasyGame
FPS = 30