guusw / unnamed-sdvx-clone

A rhythm game written in C++
MIT License
68 stars 107 forks source link

Fix laser parse, changes to camera, changes to analog control of lasers and change to lasers so they're always between 0 and 1 (Not for merge yet) (I'm a failure please dont look) #24

Closed Drewol closed 8 years ago

Drewol commented 8 years ago

Old code didn't account for the jumps in ascii values that the ksh format has.

magiruuvelvet commented 8 years ago

Sir, how about a rebase? git rebase -i HEAD~21, in the editor mark everything but the first entry as f (fixup) - save, close. Then use git commit --amend to change the title/description of the remaining commit.