Skip to content
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

added 1 version of all sprites, cutting sprites, and hide cursor #50

Merged
merged 4 commits into from
Feb 11, 2023
Merged

added 1 version of all sprites, cutting sprites, and hide cursor #50

merged 4 commits into from
Feb 11, 2023

Conversation

lesleyrs
Copy link
Contributor

@lesleyrs lesleyrs commented Jan 31, 2023

Issue #, if available: closes #16, closes #18 (not related but look here #38 (comment))

Description of changes: Added 1 version of all missing assets, I'm pretty confident they are all correct. The tool sprites are mostly 7x7 and the menu sprites at top are 6x6. For some reason the tool sprites are currently using 2 sprites though. Also there is a bug where if you save on a non-black sprite it moves down 1 row.

I also had to remove the .ppm files as they wouldn't update with the last updates you did so they went out of sync, not sure what happened there?

#16 (comment) as I said over there, the spritesheet needs to be cleaned up a bit but ctrl-x is missing right now. The cursor should also always be hidden and only show the sprite cursor when needed.

Just added a ctrl-x cut feature to rearrange/cleanup the spritesheet, check if I implemented it correctly as I'm still learning rust. And another commit to hide cursor icon, I wasn't sure where to put it so I just chose somewhere. Also re-added the new sprite you made as I started working on the spritesheet before using git pull then missed it sorry.

I made a new issue that lists all of the above to quickly sum it up at #51

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lesleyrs lesleyrs mentioned this pull request Jan 31, 2023
8 tasks
@lesleyrs lesleyrs changed the title finished 1 version of all sprites finished 1 version of all sprites and some other fixes Jan 31, 2023
@lesleyrs lesleyrs changed the title finished 1 version of all sprites and some other fixes added 1 version of all sprites, cutting sprites, and hide cursor Jan 31, 2023
@jjant
Copy link
Owner

jjant commented Feb 11, 2023

Thank you!

@jjant jjant merged commit 4b91d2f into jjant:master Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix editor using the game's sprite sheet for its own assets Port Editor sprites
2 participants