Eanilsen / RPGHelper

Dungeon Helper
MIT License
0 stars 0 forks source link

Filehandler #19

Closed Eanilsen closed 8 years ago

Eanilsen commented 8 years ago

The filehandler is integrated to the character screen. I have merged feature-ui into feature-save-function to make sure the ui is up to date. Try running main.py in feature-save-function write something in the text fields on the character screen and try saving and loading.

simenfuglestad commented 8 years ago

The save function will cause errors if the the script is not launched from the current directory. Is it possible to use absolute path name instead of relative?

Eanilsen commented 8 years ago

The absolute path will vary from user to user. The relative path it is set to now is just meant for testing. I will start working on a solution to the problem later today.