Changeset 11706 for code/trunk/data
- Timestamp:
- Jan 6, 2018, 3:27:49 PM (7 years ago)
- Location:
- code/trunk/data
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/pickups.oxw
r11354 r11706 9 9 <?lua 10 10 include("stats.oxo") 11 include("HUD PickupTemplate.oxo")11 include("HUDTemplates3.oxo") 12 12 ?> 13 13 -
code/trunk/data/overlays/HUDTemplates3.oxo
r11705 r11706 189 189 background = "PickupBar" 190 190 correctaspect = true 191 size = "0. 70, 0.15"192 position = "0. 32, 0.81"191 size = "0.20, 0.08" 192 position = "0.01, 0.15" 193 193 pickpoint = "0.0, 0.0" 194 visible = " false"194 visible = "true" 195 195 /> 196 196
Note: See TracChangeset
for help on using the changeset viewer.