ICON Config EasyNot An Issue

Great Idea for a plugin. Anyway you can help me make the image bigger? Anyway to allow us to control image size? Does the image size need to be specified by you in the CS or can you just let us put in any size image we want? Can I just remove the CuiRectTransformComponent? Or can you give me the code to put in a 640x480 image?

The reasoning is that we want the message to appear large and in center of screen. This way we know when playing admin to admin no one is cheating and activating god mode. Would be outstanding if there was an external indicator so everyone knows your in god mode. Like the diamond in the Sims lol.

Great plugin let me know.

Is this the part that controls the image size?

new CuiRectTransformComponent
                        {
                            AnchorMin = $"{Settings.UI_X.ToString()} {Settings.UI_Y.ToString()}",
                            AnchorMax = $"{(Settings.UI_X + 0.07f).ToString()} {(Settings.UI_Y + 0.1f).ToString()}"
                        }​

UI properties can be changed in the config file, no need to touch the source code. 
There is no option to scale the image, that might be implemented in future updates.

Locked automatically