#Themes
1 messages · Page 1 of 1 (latest)
you can edit all the guis/frames in there and their children
if you're running a fork you should probably not touch default due to a chance of merge conflicts when a new release happens every three centuries, instead you can duplicate it, set its name and give it a base theme for default so that it gets its scripts/ui that it doesnt already have
also in absolutely every ui object there's a config folder with its code so you can change its behavior
if you're making a new theme you also need to set a base theme for it to grab all ui/scripts/code from, using a stringvalue named Base_Theme and its value set to the exact name of whatever theme it is
adonis doesnt use base_theme to grab code if it's code/ui that already exists in your new theme
So I make an copy of the mainmoudle and place it to themes or do I replace the original mainmoudle