Skip to content

Commit

Permalink
Change progress settings to dialog variables and simplify code.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupremecommander committed Jul 16, 2014
1 parent f3471ae commit 49157e9
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 126 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,8 @@ Changelog
* local player
* add command to track spectator target
* fix warning being emitted on successful changes
* medigun info
* change how progress bars are set (requires changes to MedigunInfo.res)

**0.15.0**
* antifreeze
Expand Down
10 changes: 10 additions & 0 deletions resource/ui/mediguninfo.res
Expand Up @@ -151,6 +151,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "redcharge"
}

"MedigunInfoRedChargeMeter1"
Expand All @@ -173,6 +174,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "redcharge1"
}

"MedigunInfoRedChargeMeter2"
Expand All @@ -195,6 +197,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "redcharge2"
}

"MedigunInfoRedChargeMeter3"
Expand All @@ -217,6 +220,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "redcharge3"
}

"MedigunInfoRedChargeMeter4"
Expand All @@ -239,6 +243,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "redcharge4"
}

"MedigunInfoRedChargeTypeIcon"
Expand Down Expand Up @@ -375,6 +380,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "blucharge"
}

"MedigunInfoBluChargeMeter1"
Expand All @@ -397,6 +403,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "blucharge1"
}

"MedigunInfoBluChargeMeter2"
Expand All @@ -419,6 +426,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "blucharge2"
}

"MedigunInfoBluChargeMeter3"
Expand All @@ -441,6 +449,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "blucharge3"
}

"MedigunInfoBluChargeMeter4"
Expand All @@ -463,6 +472,7 @@
"bgcolor_override" "NotoMedicBarBG"
"fgcolor_override" "NotoMedicBarNormal"
"direction" "east"
"variable" "blucharge4"
}

"MedigunInfoBluChargeTypeIcon"
Expand Down

0 comments on commit 49157e9

Please sign in to comment.