mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
Merge pull request #98 from GamingAtDeathsDoor/master
Just a couple fixes my dude
This commit is contained in:
commit
ef5cdffcc5
@ -1,3 +1,5 @@
|
||||
//Modified
|
||||
|
||||
#include "base.cpp"
|
||||
|
||||
class ExAd_STATSBAR
|
||||
@ -26,7 +28,7 @@ class ExAd_STATSBAR
|
||||
{
|
||||
type= 0;
|
||||
idc = 1000;
|
||||
x = "safeZoneX + 60 * pixelW";
|
||||
x = "safeZoneX + safeZoneW - 128 * pixelW";
|
||||
y = "safeZoneY + 60 * pixelH - 32 * pixelH";
|
||||
w = "64 * pixelW";
|
||||
h = "64 * pixelH";
|
||||
@ -38,4 +40,4 @@ class ExAd_STATSBAR
|
||||
text = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user