DragoniteSpam / Emu

UI for GameMaker. Looks like Windows Forms. Use this if you're not making a game, or otherwise if you want your game to look like tax software or something.
https://dragonite.itch.io/emu
MIT License
40 stars 3 forks source link

added textify function & some weird stuff with the project file #4

Open RatcheT2497 opened 4 years ago

RatcheT2497 commented 4 years ago

textify function work just in case you want to work on a GUI designer, calling the Textify function loops through the contents of a control and spits out hopefully-working GML code. callbacks, lists and other things that can't be done at compile time don't work obviously, so anything requiring a callback is written out as an empty function which the user would be able to edit. i haven't gotten around to doing anything with lists yet.

EmuCore, EmuButton, EmuButton_Image, EmuText, EmuTextbox, EmuTabGroup and EmuTab all have defined textify functions, the rest is a WIP the commits should mention everything to my knowledge