From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/ui/build_menu/tele_entrance_active.res | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'resource/ui/build_menu/tele_entrance_active.res') diff --git a/resource/ui/build_menu/tele_entrance_active.res b/resource/ui/build_menu/tele_entrance_active.res index fe81bd2..34a1c78 100644 --- a/resource/ui/build_menu/tele_entrance_active.res +++ b/resource/ui/build_menu/tele_entrance_active.res @@ -3,21 +3,21 @@ "Resource/UI/build_menu/tele_entrance_active.res" { "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" + { + "labelText" "#TF_Object_Tele_Entrance_360" } - "BuildingIcon" + "BuildingIcon" { - "icon" "hud_menu_tele_entrance_build" + "icon" "hud_menu_tele_entrance_build" } "NumberLabel" - { - "labelText" "3" + { + "labelText" "3" } "NumberLabelShadow" - { - "labelText" "3" + { + "labelText" "3" } } \ No newline at end of file -- cgit v1.2.3 From 686eb11236126196378780c055ff9d91480c0880 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 11 Mar 2019 22:42:25 -0400 Subject: Updated KnuckleCrosses - Renamed the KnuckleCrosses schema name to match others - Removed unused files --- resource/ui/build_menu/tele_entrance_active.res | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 resource/ui/build_menu/tele_entrance_active.res (limited to 'resource/ui/build_menu/tele_entrance_active.res') diff --git a/resource/ui/build_menu/tele_entrance_active.res b/resource/ui/build_menu/tele_entrance_active.res deleted file mode 100644 index 34a1c78..0000000 --- a/resource/ui/build_menu/tele_entrance_active.res +++ /dev/null @@ -1,23 +0,0 @@ -#base "base_active.res" - -"Resource/UI/build_menu/tele_entrance_active.res" -{ - "ItemNameLabel" - { - "labelText" "#TF_Object_Tele_Entrance_360" - } - - "BuildingIcon" - { - "icon" "hud_menu_tele_entrance_build" - } - - "NumberLabel" - { - "labelText" "3" - } - "NumberLabelShadow" - { - "labelText" "3" - } -} \ No newline at end of file -- cgit v1.2.3