Is there any way to port this to android? This is the kind of stuff that i would play on my tablet for hours (i have no idea of how hard/complicated it is to port a godot game, that's why I'm asking).
Viewing post in Ero Dungeons [Old Version] comments
In theory it isn't that hard to port, Godot allows for easy porting to android. The problem is that this would also require reworking the input since you can't rightclick or hover for tooltips. So as long as the UI isn't fixed, I'm not porting it.
Of course, if you want to do it yourself, the git repo is open source (link in the Discord) :)
I got an idea that might solve the right click issue. How about doing something similar to the context menu that appears in Trap Quest whenever you interact with something?
Like there's a crate, you touch the crate and a context menu with the hand hand symbol to open it and the magnifying glass to search the create (there's a third symbol to look at the create too).
A system similar to that could solve the issue, but it would also make the gameplay on pc one click slower, so it would need to be a toggleable option 🤔