-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
docked screen slides #62
Comments
An additional request if you agree. I have been using mode 1 a lot lately which is 1 color per 8 tiles and I find it tedious to align color values. Just a thought that would help out with game design. Thanks again. |
A TRIPLE request that came out of frustration. The ability to see the sprite on the NAME TABLE tab. Normally, programing something like background collisions would be handled in ram then sent to VRAM after adjustments to a buffer. Being the Colecovision only has 1k of ram, you end up dealing directly with VRAM after suspending the NMI. Hence checking collisions with every sprite move. 2k of ram would have been good enough but nope. Cheap Coleco. |
Thanks for the feedback, I'll take a look. |
Docking now works in main window so no more floating docked windows, you can attach them to top left corner. |
It should also grab the focus when you drop a rom. |
It may seem like nitpicking but when you drag and drop a rom you still have to click on the emulator somewhere for it to take focus.
Example is say I am programing something in editor then compile.
I drag and drop the rom on the emulator, it boots it but I still have to click on the emulator somewhere for it to engage. By windows design or whatever.
If I move the arrow keys, touch the keyboard I am technically still in the editor.
Getting to the point.
I have to click on the emulator and when I do it moves the docked screen around because although all the windows are docked, it still floats on a background screen. Is there any way to lock that in place? As well, is there any way to lock that background screen in place so it is the same location on the desktop as I closed it. Default seems to be in the middle of the screen every time I run it.
Many thanks...
The text was updated successfully, but these errors were encountered: