GameMaker (2.3)
Icon

Easy GUI

Moon Goat

You must be logged in to obtain assets

Description

⚠️ IMPORTANT NOTICE!!! Please buy my asset from the itch.io page!!! GameMaker Marketplace's payment pipeline as it stands is impractical.

This is asset can help you create a rich GUI with useful form components in your game!

Other GUIs on the marketplace use objects and callback scripts for all the buttons and stuff, but that can be so tedious to use, and can even be slow with extra objects using up memory!

Easy GUI is different. It allows you to create buttons, checkboxes and sliders, all through use of a single object, simply by calling a script in the draw event, like so:

if( draw_button_sprite(spr_button, 0, 1, x,y,"Next Room",c_white, fasle) }
{
room_goto_next();
}

You're not even limited to the drawing in the scripts! With this GUI asset, you can even make invisible buttons and use them to control the presentation of graphic elements, allowing for the possibility of multi-menus (as shown above), tab-based menus, or basically anything!

FEATURES

  • Very efficient!

  • Unbelievably easy to use and extend!

  • Components : Buttons, Checkboxes and Sliders

  • Example usage to get you started!

  • Documentation included!

  • Works on HTML5 and Android!

End User Licence Agreement (EULA).

Age Rating: 4+

Versions

GMS1 - Version 1.0.0. Published March 2, 2016

GMS2.3 - Version 1.0.1. Published February 13, 2021

First version for GameMaker Studio 2.3

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait