1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-03 20:16:47 +00:00
This commit is contained in:
Burrit0z
2020-04-28 13:47:23 -04:00
parent 75cefdd1f7
commit 58abfc4a7e
19 changed files with 225 additions and 1 deletions

2
Kai.xm
View File

@ -71,7 +71,7 @@ CGRect original;
object.frame = CGRectMake(
original.origin.x,
original.origin.y - (self.battery.number * 90),
original.origin.y + (self.battery.number * 90),
original.size.width,
original.size.height + (self.battery.number * 90)
);