-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix treetent puzzle editor #692
Conversation
same data that importer expects)
Once this is merged, #530 should be closed. |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes you made are fine. I'd prefer if right clicking the numbers in the Tree Tent puzzle editor would decrease the numbers, since right now, right clicking and left clicking both increases them.
Differing between right/left click should work now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are good, merging.
Description
Uses the code from #530 to fix the treetent puzzle editor.
Where very simple fixes. There was a switch statement missing "break"s. And the TreeTent puzzle exporter was exporting string values, while the importer expected integers.
Closes #503, #530
Type of change
How Has This Been Tested?
Created a puzzle using the editor and successfully opened it back up.
Checklist: