exploregamedev / tilth-plugin

tilth as a Godot plugin
MIT License
3 stars 1 forks source link

For plugin, there is only one Project #6

Closed samkeen closed 2 years ago

samkeen commented 2 years ago

Single Project paradigm makes more sense for in Editor tool

On plugin init, if Project not exits, create a stub one

[ ] Remove "Create new project" from menus, replace with Edit Project [ ] Remove SceneChanger autoload (verify not used anywhere) [ ] add menu link for edit project

samkeen commented 2 years ago

implemented, need to test on brand new install