Merge pull request #98 from GamingAtDeathsDoor/master

Just a couple fixes my dude
This commit is contained in:
Jan Babor 2017-10-16 11:58:01 +02:00 committed by GitHub
commit ef5cdffcc5

View File

@ -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 = "";
};
};
};
};