fireclawthefox / FRAME

The modular Game Editor for Panda3D
BSD 2-Clause "Simplified" License
14 stars 1 forks source link

Implement project handling #15

Closed fireclawthefox closed 2 years ago

fireclawthefox commented 2 years ago

Currently, FRAME can only fill empty folders with a project template. There is no project save file though, nothing that can later be loaded again.

Things a new project file definition should contain: Project name Company name Project version Used template

FRAME should be able to save and load these projects

fireclawthefox commented 2 years ago

Most basic features are implemented now, more specific features will follow at a later time.