Bram-Hub / LEGUP

Logic Engine for Grid-Using Puzzles - a better way to learn formal logic
GNU General Public License v3.0
33 stars 82 forks source link

Fix treetent puzzle editor #692

Closed jac-oblong closed 10 months ago

jac-oblong commented 11 months ago

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:

jac-oblong commented 11 months ago

Once this is merged, #530 should be closed.

charlestian23 commented 11 months ago

I'm dumb, just realized the author is you, I'll check it more thorougly right now lol

jac-oblong commented 11 months ago

Differing between right/left click should work now