Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello everyone,
how can I change the path of the questmanager folder?
I tried that code below but it doesn't work.

Code:
from myfolder.questmanager.engine.classes import Quest 


Old path: game/questmanager 
New path: game/myfolder/questmanager 


Has anyone solved this before?

Thank you 🙏