Code cleanup and creation of GuiTree

This commit is contained in:
Keavon Chambers
2020-05-03 01:34:14 -07:00
parent d64d4d881a
commit 38b36ed4c6
4 changed files with 61 additions and 54 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
pub struct GUIRect {
pub struct GuiRect {
pub corners: Corners<(f32, f32)>,
pub corners_radius: Corners<f32>,
pub sides_inset: Sides<f32>,