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/base_notification.res | 52 ++++++++++++++++++++++ .../ui/notifications/notification_manifest.txt | 28 ++++++++++++ .../notify_enemy_flag_captured_blue.res | 19 ++++++++ .../notify_enemy_flag_captured_red.res | 19 ++++++++ .../notify_enemy_flag_dropped_blue.res | 19 ++++++++ .../notify_enemy_flag_dropped_red.res | 19 ++++++++ .../notify_enemy_flag_returned_blue.res | 19 ++++++++ .../notify_enemy_flag_returned_red.res | 19 ++++++++ .../notifications/notify_enemy_flag_taken_blue.res | 19 ++++++++ .../notifications/notify_enemy_flag_taken_red.res | 19 ++++++++ .../ui/notifications/notify_golden_wrench.res | 52 ++++++++++++++++++++++ .../notify_no_invuln_with_flag_blue.res | 19 ++++++++ .../notify_no_invuln_with_flag_red.res | 19 ++++++++ .../notify_no_tele_with_flag_blue.res | 19 ++++++++ .../notifications/notify_no_tele_with_flag_red.res | 19 ++++++++ .../resource/ui/notifications/notify_special.res | 14 ++++++ .../notify_touching_enemy_ctf_cap_blue.res | 19 ++++++++ .../notify_touching_enemy_ctf_cap_red.res | 19 ++++++++ .../notify_your_flag_captured_blue.res | 19 ++++++++ .../notify_your_flag_captured_red.res | 19 ++++++++ .../notify_your_flag_dropped_blue.res | 19 ++++++++ .../notifications/notify_your_flag_dropped_red.res | 19 ++++++++ .../notify_your_flag_returned_blue.res | 19 ++++++++ .../notify_your_flag_returned_red.res | 19 ++++++++ .../notifications/notify_your_flag_taken_blue.res | 19 ++++++++ .../notifications/notify_your_flag_taken_red.res | 19 ++++++++ 26 files changed, 564 insertions(+) create mode 100644 minmode/resource/ui/notifications/base_notification.res create mode 100644 minmode/resource/ui/notifications/notification_manifest.txt create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_captured_blue.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_captured_red.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_dropped_blue.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_dropped_red.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_returned_blue.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_returned_red.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res create mode 100644 minmode/resource/ui/notifications/notify_enemy_flag_taken_red.res create mode 100644 minmode/resource/ui/notifications/notify_golden_wrench.res create mode 100644 minmode/resource/ui/notifications/notify_no_invuln_with_flag_blue.res create mode 100644 minmode/resource/ui/notifications/notify_no_invuln_with_flag_red.res create mode 100644 minmode/resource/ui/notifications/notify_no_tele_with_flag_blue.res create mode 100644 minmode/resource/ui/notifications/notify_no_tele_with_flag_red.res create mode 100644 minmode/resource/ui/notifications/notify_special.res create mode 100644 minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res create mode 100644 minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_captured_blue.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_captured_red.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_dropped_blue.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_dropped_red.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_returned_blue.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_returned_red.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_taken_blue.res create mode 100644 minmode/resource/ui/notifications/notify_your_flag_taken_red.res (limited to 'minmode/resource/ui/notifications') diff --git a/minmode/resource/ui/notifications/base_notification.res b/minmode/resource/ui/notifications/base_notification.res new file mode 100644 index 0000000..a31690f --- /dev/null +++ b/minmode/resource/ui/notifications/base_notification.res @@ -0,0 +1,52 @@ +"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 diff --git a/minmode/resource/ui/notifications/notification_manifest.txt b/minmode/resource/ui/notifications/notification_manifest.txt new file mode 100644 index 0000000..48a0074 --- /dev/null +++ b/minmode/resource/ui/notifications/notification_manifest.txt @@ -0,0 +1,28 @@ +notification_manifest +{ + "file" "resource/UI/notifications/base_notification.res" + "file" "resource/UI/notifications/notify_enemy_flag_captured_blue.res" + "file" "resource/UI/notifications/notify_enemy_flag_captured_red.res" + "file" "resource/UI/notifications/notify_enemy_flag_dropped_blue.res" + "file" "resource/UI/notifications/notify_enemy_flag_dropped_red.res" + "file" "resource/UI/notifications/notify_enemy_flag_returned_blue.res" + "file" "resource/UI/notifications/notify_enemy_flag_returned_red.res" + "file" "resource/UI/notifications/notify_enemy_flag_taken_blue.res" + "file" "resource/UI/notifications/notify_enemy_flag_taken_red.res" + "file" "resource/UI/notifications/notify_no_invuln_with_flag_blue.res" + "file" "resource/UI/notifications/notify_no_invuln_with_flag_red.res" + "file" "resource/UI/notifications/notify_no_tele_with_flag_blue.res" + "file" "resource/UI/notifications/notify_no_tele_with_flag_red.res" + "file" "resource/UI/notifications/notify_special.res" + "file" "resource/UI/notifications/notify_touching_enemy_ctf_cap_blue.res" + "file" "resource/UI/notifications/notify_touching_enemy_ctf_cap_red.res" + "file" "resource/UI/notifications/notify_your_flag_captured_blue.res" + "file" "resource/UI/notifications/notify_your_flag_captured_red.res" + "file" "resource/UI/notifications/notify_your_flag_dropped_blue.res" + "file" "resource/UI/notifications/notify_your_flag_dropped_red.res" + "file" "resource/UI/notifications/notify_your_flag_returned_blue.res" + "file" "resource/UI/notifications/notify_your_flag_returned_red.res" + "file" "resource/UI/notifications/notify_your_flag_taken_blue.res" + "file" "resource/UI/notifications/notify_your_flag_taken_red.res" + "file" "resource/UI/notifications/notify_golden_wrench.res" +} diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_captured_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_captured_blue.res new file mode 100644 index 0000000..5fcf556 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_captured_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_captured_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamCapture" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_captured_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_captured_red.res new file mode 100644 index 0000000..25badea --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_captured_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_captured_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamCapture" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_dropped_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_dropped_blue.res new file mode 100644 index 0000000..f8ed168 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_dropped_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_dropped_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_dropped" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamDrop" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_dropped_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_dropped_red.res new file mode 100644 index 0000000..3a3e9fc --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_dropped_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_dropped_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_dropped" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamDrop" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_returned_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_returned_blue.res new file mode 100644 index 0000000..2ee3671 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_returned_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_returned_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamReset" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_returned_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_returned_red.res new file mode 100644 index 0000000..a63c402 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_returned_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_returned_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamReset" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res b/minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res new file mode 100644 index 0000000..97a7947 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_taken_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_taken_blue.res" +{ + "Notification_Background" + { + "image" "" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamPickup" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_enemy_flag_taken_red.res b/minmode/resource/ui/notifications/notify_enemy_flag_taken_red.res new file mode 100644 index 0000000..7653197 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_enemy_flag_taken_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_enemy_flag_taken_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamPickup" + } +} \ No newline at end of file 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 diff --git a/minmode/resource/ui/notifications/notify_no_invuln_with_flag_blue.res b/minmode/resource/ui/notifications/notify_no_invuln_with_flag_blue.res new file mode 100644 index 0000000..aaec639 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_no_invuln_with_flag_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_no_invuln_with_flag_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_No_Invuln" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_no_invuln_with_flag_red.res b/minmode/resource/ui/notifications/notify_no_invuln_with_flag_red.res new file mode 100644 index 0000000..9d0ed20 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_no_invuln_with_flag_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_no_invuln_with_flag_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_No_Invuln" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_no_tele_with_flag_blue.res b/minmode/resource/ui/notifications/notify_no_tele_with_flag_blue.res new file mode 100644 index 0000000..b7e1437 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_no_tele_with_flag_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_no_tele_with_flag_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_No_Tele" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_no_tele_with_flag_red.res b/minmode/resource/ui/notifications/notify_no_tele_with_flag_red.res new file mode 100644 index 0000000..33f09da --- /dev/null +++ b/minmode/resource/ui/notifications/notify_no_tele_with_flag_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_no_tele_with_flag_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_No_Tele" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_special.res b/minmode/resource/ui/notifications/notify_special.res new file mode 100644 index 0000000..6d8525e --- /dev/null +++ b/minmode/resource/ui/notifications/notify_special.res @@ -0,0 +1,14 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_special.res" +{ + "Notification_Icon" + { + "icon" "ico_notify_sixty_seconds" + } + + "Notification_Label" + { + "labelText" "You are on fire" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res b/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res new file mode 100644 index 0000000..6da942a --- /dev/null +++ b/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_touching_enemy_ctf_cap_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_Wrong_Goal" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res b/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res new file mode 100644 index 0000000..99a0646 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_touching_enemy_ctf_cap_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_touching_enemy_ctf_cap_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_Wrong_Goal" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_captured_blue.res b/minmode/resource/ui/notifications/notify_your_flag_captured_blue.res new file mode 100644 index 0000000..5509943 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_captured_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_taken_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamCapture" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_captured_red.res b/minmode/resource/ui/notifications/notify_your_flag_captured_red.res new file mode 100644 index 0000000..659850f --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_captured_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_captured_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamCapture" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_dropped_blue.res b/minmode/resource/ui/notifications/notify_your_flag_dropped_blue.res new file mode 100644 index 0000000..85119f3 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_dropped_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_dropped_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_dropped" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamDrop" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_dropped_red.res b/minmode/resource/ui/notifications/notify_your_flag_dropped_red.res new file mode 100644 index 0000000..c1b4ee7 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_dropped_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_dropped_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_dropped" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamDrop" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_returned_blue.res b/minmode/resource/ui/notifications/notify_your_flag_returned_blue.res new file mode 100644 index 0000000..d99a1fc --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_returned_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_returned_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamReset" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_returned_red.res b/minmode/resource/ui/notifications/notify_your_flag_returned_red.res new file mode 100644 index 0000000..5052bf8 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_returned_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_returned_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_home" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_PlayerTeamReset" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_taken_blue.res b/minmode/resource/ui/notifications/notify_your_flag_taken_blue.res new file mode 100644 index 0000000..c9fbb28 --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_taken_blue.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_taken_blue.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_blue_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamPickup" + } +} \ No newline at end of file diff --git a/minmode/resource/ui/notifications/notify_your_flag_taken_red.res b/minmode/resource/ui/notifications/notify_your_flag_taken_red.res new file mode 100644 index 0000000..5a1083d --- /dev/null +++ b/minmode/resource/ui/notifications/notify_your_flag_taken_red.res @@ -0,0 +1,19 @@ +#base "base_notification.res" + +"Resource/UI/notifications/notify_your_flag_taken_red.res" +{ + "Notification_Background" + { + "image" "../hud/score_panel_red_bg" + } + + "Notification_Icon" + { + "icon" "ico_notify_flag_moving" + } + + "Notification_Label" + { + "labelText" "#TF_CTF_OtherTeamPickup" + } +} \ No newline at end of file -- cgit v1.2.3