From 3a9cb7447bb27114d7298a68d83d25ec499c1d2d Mon Sep 17 00:00:00 2001 From: RaysFire Date: Mon, 10 Dec 2012 20:08:22 -0600 Subject: Added in a minmode! --- .../ui/notifications/notify_golden_wrench.res | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 minmode/resource/ui/notifications/notify_golden_wrench.res (limited to 'minmode/resource/ui/notifications/notify_golden_wrench.res') diff --git a/minmode/resource/ui/notifications/notify_golden_wrench.res b/minmode/resource/ui/notifications/notify_golden_wrench.res new file mode 100644 index 0000000..df98c5c --- /dev/null +++ b/minmode/resource/ui/notifications/notify_golden_wrench.res @@ -0,0 +1,52 @@ +"Resource/UI/notifications/notify_golden_wrench.res" +{ + "Notification_Background" + { + "ControlName" "CImagePanel" + "fieldName" "Notification_Background" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "140" + "tall" "44" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/notification_black" + "scaleImage" "1" + } + + "Notification_Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Notification_Icon" + "xpos" "7" + "ypos" "12" + "wide" "36" + "tall" "12" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_notify_golden_wrench" + } + + "Notification_Label" + { + "ControlName" "CExLabel" + "fieldName" "Notification_Label" + "font" "Default" + "xpos" "30" + "ypos" "9" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "60 seconds until gates open" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + } +} \ No newline at end of file -- cgit v1.2.3