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

Char Editor - Vic 20 - Hybrid mode and shift left/right #685

Open
AndyHOvine opened this issue Sep 26, 2021 · 3 comments
Open

Char Editor - Vic 20 - Hybrid mode and shift left/right #685

AndyHOvine opened this issue Sep 26, 2021 · 3 comments

Comments

@AndyHOvine
Copy link
Collaborator

When in Hybrid mode on the char editor (Vic/C64) the shift left and right (the left/right arrow buttons) always move two pixels at a time. IE: treating the character cell as a multicolour cell. It does this regardless of the cell being hi-res or multicolour.

The work around is to temporarily turn of hybrid mode and then use the shift buttons.

@AndyHOvine
Copy link
Collaborator Author

Have checked, this one still occurs in current version.

@leuat
Copy link
Owner

leuat commented Feb 23, 2024

this one is very hard to implement, since the image editor doesn't really "know" if what is currently being shifted is a multicolor/hires area .. the only solution I have is to always shift 1 pixel in hybrid mode, meaning that you'd have to click twice in order to shift multicolor chars... is this OK with you?

@AndyHOvine
Copy link
Collaborator Author

That works for me.

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

No branches or pull requests

2 participants