https://i.gyazo.com/73791d1463a90a3d243d1cecac27674d.png
I'm trying to get the image to overlay the UI but it's under it... any ideas why?
Code:GUIElementn.Add(new CuiElement { Name = "GUI_CraftMenu", Components = { new CuiRawImageComponent { Url = "http://rustamental.com/img/items/Assault%20Rifle.png", Color = "1 1 1 1" }, //new CuiRectTransformComponent {AnchorMin = $"{min_x} {min_y}", $"{max_y} {max_x}" } new CuiRectTransformComponent {AnchorMin = $"{min_x} {min_y}", AnchorMax = $"{max_y} {max_x}"} } });
Images underlaying UI?
Discussion in 'Rust Development' started by MachineGUID, Nov 16, 2016.
