Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Would it be possible for the mouse wheel to cycle through the commands, and maybe to set middle-click as another way to delete them? It would be nice to be able to keep my hands on WASD and the mouse without having to switch up to the number bar and the delete key.

It would also be nice to be able to drag and select multiple items to delete, or maybe have an on-screen delete button.

What's a coding game without users introducing some feature-creep?

(+2)

I had mousewheel implemented, but had to disable it because it also scrolled the webpage; I can add the middle-click though!

(1 edit) (+1)

Ahh. I'm playing on the Windows itch.io app, which downloads and launches these games in a standalone client where scrolling isn't a problem.

(+2)

Oh! Interesting. There might be a way to prevent the mousewheel functionality since I already found a way to prevent arrow keys scrolling the page but I'll need to investigate

In addition, I would like it if SPACEBAR could be used to PLAY/PAUSE the level. Just a small QoL improvement.