summaryrefslogtreecommitdiff
path: root/resource/ui/notifications
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-04-12 13:16:48 -0400
committerCriticalFlaw <[email protected]>2020-04-12 13:16:48 -0400
commitceda99cb6f1507321fd6d317ad078b84610323dd (patch)
tree1cb4f6deff456d51fc562fe624482bb3adb0a959 /resource/ui/notifications
parent7fb5e4895a804624e0c6bb44c65910e80739d668 (diff)
Updated the backpack and store pages
- Fixed various bugs and inconsistencies in the Item and Store pages. - Updated the item options icons.
Diffstat (limited to 'resource/ui/notifications')
-rw-r--r--resource/ui/notifications/base_notification.res52
1 files changed, 0 insertions, 52 deletions
diff --git a/resource/ui/notifications/base_notification.res b/resource/ui/notifications/base_notification.res
deleted file mode 100644
index e68c261..0000000
--- a/resource/ui/notifications/base_notification.res
+++ /dev/null
@@ -1,52 +0,0 @@
-"Resource/UI/notifications/base_notification.res"
-{
- "Notification_Background"
- {
- "ControlName" "CImagePanel"
- "fieldName" "Notification_Background"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-1"
- "wide" "0"
- "tall" "0"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "0"
- "image" ""
- "scaleImage" "1"
- }
-
- "Notification_Icon"
- {
- "ControlName" "CIconPanel"
- "fieldName" "Notification_Icon"
- "xpos" "7"
- "ypos" "9"
- "wide" "20"
- "tall" "20"
- "visible" "1"
- "enabled" "1"
- "scaleImage" "1"
- "icon" ""
- }
-
- "Notification_Label"
- {
- "ControlName" "CExLabel"
- "fieldName" "Notification_Label"
- "font" "Cerbetica16"
- "xpos" "30"
- "ypos" "9"
- "wide" "200"
- "tall" "20"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "West"
- "dulltext" "0"
- "brighttext" "0"
- }
-} \ No newline at end of file