rbwhitaker / realm-factory

The repository for Realm Factory, a lightweight level editor for XNA.
MIT License
6 stars 2 forks source link

Can't resize project once it has been created. #5

Open rbwhitaker opened 4 years ago

rbwhitaker commented 4 years ago

Describe the bug I am not able to resize the project once I have already created it and have to create a whole new project.

To Reproduce Steps to reproduce the behavior:

  1. Go to Project > Project Settings
  2. Try to make any changes (size change, row/column number change, color).
  3. Confirm the changes, but your current project won\'t modify.

Version 1.0.9.60

rbwhitaker commented 3 years ago

This is a usability issue, rather than a true bug. The Project > Project Settings page sets up defaults for new levels. Each level has their own settings, which can be accessed by double-clicking on the level in the Levels list. Making the same types of changes mentioned here on that page has an immediate effect, and does what you'd expect.

So this isn't a bug in the traditional sense, but the user experience around it is not very good. I've been away from this project for a while, did the same thing this issue describes and expected the same outcome they expected, and only hours later realized what had happened. It deserves to be changed.