#Open mind stone through details menu?

5 messages · Page 1 of 1 (latest)

deft pond
#

PC players can hit a key and open the mind stone while exploring but us mobile players can’t do that so can we get a lil button on the details screen for the mind stone that opens it or even an ability icon if we use an import command or literally something it would be useful for more players to access and use the mind stone more

twilit fog
#

We do have an import for a mindstone button

#

import UI/Mindstonebutton
iirc

neat thistle
#

ui.OpenMind() opens the mindstone, so you can create a button that runs that function, though that's generally a bit complicated for new players.

import UI/MindstoneButton does that for you.

You can also create a keybind that makes 2 or 3 finger tap open the mindstone:

?loc.begin
  key.bind("Mindstone",mouse1)

mouse1 is 2 finger tap on mobile, right click on pc
mouse2 is 3 finger tap on mobile, middle click on pc

#

Though yes there should be something default for opening it