youkaicountry/yknytt

YKnytt should have its own data path

Closed this issue · 1 comments

This is a bit of a breaking change for users, but should probably be done sooner rather than later. It's a bit odd to have the data directory be nested in the Godot data directory. It feels cleaner to have its own separate directory. This can be done simply via this setting in project properties:
image

I made this change. It should not be very breaking with a help from System.IO.File.Move and System.IO.Directory.Move