diff options
| author | CriticalFlaw <[email protected]> | 2017-12-09 16:10:51 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-09 16:10:51 -0500 |
| commit | 5c038af9ccb2ac86b11b041e8384f20d66010e9c (patch) | |
| tree | 85798eccb85fc7fbd739b45110c55fb4b21ca2b6 /resource/ui/build_menu/pipboy/dispenser_active.res | |
| parent | 4c8289aaed84e36b612e25765927f12ebb5bfdf5 (diff) | |
20171209 - Fixed the Build Menu Crash
Diffstat (limited to 'resource/ui/build_menu/pipboy/dispenser_active.res')
| -rw-r--r-- | resource/ui/build_menu/pipboy/dispenser_active.res | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/resource/ui/build_menu/pipboy/dispenser_active.res b/resource/ui/build_menu/pipboy/dispenser_active.res index fc39891..a9ff482 100644 --- a/resource/ui/build_menu/pipboy/dispenser_active.res +++ b/resource/ui/build_menu/pipboy/dispenser_active.res @@ -2,16 +2,23 @@ "Resource/UI/build_menu/dispenser_active.res"
{
- "ItemNameLabel" {
+ "ItemNameLabel"
+ {
"labelText" "#TF_Object_Dispenser"
}
- "BuildingIcon" {
+
+ "BuildingIcon"
+ {
"icon" "hud_menu_dispenser_build"
}
- "NumberLabel" {
+
+ "NumberLabel"
+ {
"labelText" "2"
}
- "NumberLabelShadow" {
+
+ "NumberLabelShadow"
+ {
"labelText" "2"
}
}
\ No newline at end of file |
