diff --git a/src/game/Game.py b/src/game/Game.py index ddc760a..fed4dc4 100644 --- a/src/game/Game.py +++ b/src/game/Game.py @@ -3,13 +3,11 @@ import json from pathlib import Path from os import path -from game.EventManager import EventManager -from game.Screen import Screen -from game.Map import Map +from src.game.EventManager import EventManager +from src.game.Screen import Screen +from src.game.Map import Map -from src.entities.Pickupable import Pickupable from src.entities.Player import Player -from src.entities.Statistics import Statistics from src.game.Timer import Timer