A) It's the same, it's just that using colon lets you put all the properties in different lines, while the = makes you put it all in the same line. But it's the same. Now, you don't having the background button one is normal, it's not included, you have to add it to your code. Feel free to just copy paste it right below the others, and don't worry about having some with colons and some others without it, it's the same.
If you are not understanding what styling is in general or what exactly they do
read this. Basically the buttons for the preferences menu are called "pref_buttons", so if you want to edit it you have to change it's properties. The background one is applying a background to the button is it uses an image instead of a color fill to create your button, but in my opinion if you are gonna use images for your buttons is easier to go for imagebuttons or imagemaps, that way you can forget about the style properties for every little thing. Recommended tutorials for those you can find them
here and
here. The first one comes with examples and everything so it's a must have that it's kinda hidden so no many new users know about it.
B) Anywhere inside your folder game, really. People usually make a new folder in the root called UI then you put it all there. Then when using them just make sure it's written like "UI/yourimage.png" and not just yourimage.
C) A small tip, when trying to use code in the forum you don't need to take screenshots of everything, feel free to copy paste inside [ code] [/ code] without the spaces, that way people can copy paste and stuff to help you out better.
Code: Select all
It will look like this when using code.