TechSkylander1518 submitted a new resource:
Mining Game Mouse Function - Lets the player use the mouse like a stylus for the mining minigame.
Read more about this resource...
Mining Game Mouse Function - Lets the player use the mouse like a stylus for the mining minigame.
View attachment 16895
Just what it says on the tin!
Can be downloaded as a plugin here or added directly to the scripts.
And replace it with this:Ruby:if Input.trigger?(Input::UP) || Input.repeat?(Input::UP)
Ruby:if System.mouse_in_window if Input.mouse_x.between?(0,BOARD_WIDTH*32) && Input.mouse_y.between?(64,64+BOARD_HEIGHT*32) #Mouse is on board x = Input.mouse_x/32 y =...
Read more about this resource...