Advertisement
Guest User

Untitled

a guest
May 17th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Base Doom;
  2. Statusbar FullScreen, FullScreenOffsets
  3. {
  4.  
  5. //Top Right
  6. //Keys
  7. DrawKeyBar 2, vertical, 13, -8, 0;
  8.  
  9. //Charge levels
  10. DrawString "Smallfont",Ice,"HEAT",1046, 650;
  11. DrawBar "HBARA0","HBARB0",Ammo PlasmaLevel, vertical, 1000, 666;
  12. DrawString "Smallfont",Ice,"SMRT",1116, 650;
  13. DrawBar "HBARA0","HBARB0",Ammo SmartgunCharge, vertical, 1070, 666;
  14. DrawString "Smallfont",Ice,"CNNN",1186, 650;
  15. //DrawNumber 3, "Smallfont",WHITE,Ammo CannonCharge,1128,650;
  16. DrawBar "HBARA0","HBARB0",Ammo CannonCharge, vertical, 1140, 666;
  17. DrawString "Smallfont",Ice,"STTC",1256, 650;
  18. DrawBar "HBARA0","HBARB0",Ammo StaticCharge, vertical, 1210, 666;
  19. //Health and Armour
  20. //DrawImage "HLTHE0", 10, 600;
  21. //DrawNumber 3, CONFONT, WHITE, Health, 10, 650;
  22.  
  23. //draw health
  24. Drawbar "HBARC0","HBARE0", Health (200),horizontal, 10,666;
  25. //armour
  26. Drawbar "HBARD0","HBARE0", Armor (200) ,horizontal, 10,600;
  27. InInventory Armor ,100{
  28.  
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement