Fix y-coordinate typo in createExitData#226
Conversation
|
would it be okay to ask for another reviewer to get this fix pushed soon? it seems adam is busy with other things at the moment i'm teaching bitsy to a group of students next week and it would be nice if exits and endings worked :) also totally understand if people are busy! thank you for making bitsy exist and work all these years |
hey there, the fix is simple but merging the PR requires adam's approval. if you need access to a working version in the meantime though, you have a couple options:
if you need any help with running a local copy of the editor, feel free to lmk! |
|
ah sorry, didn't realize adam was the sole approver ok thank you seleb! I did go ahead and make a temporary fork |
le-doux
left a comment
There was a problem hiding this comment.
oops D:
(thanks for finding this!)
|
thanks for working on this y'all! (and thanks for your patience everyone! i've had a lot of personal stuff going on) |
Commit 7488171 in part addressed issue #171. In this fix, function ‘createExitData’ was made with a typo and exits are now being created with both coordinates pointing to x.
This PR only corrects the typo on createExitData so y-coordinate is assigned properly.