Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local t = Def.ActorFrame {
  2.     Name="Player Judgment",
  3.  
  4.     InitCommand=function(self)
  5.         kids = self:GetChildren()
  6.         JudgmentSet = kids.JudgmentWithOffsets
  7.        
  8.         local zoom_factor = 1 + mods.Mini:gsub("%%","")/100
  9.         JudgmentSet:basezoom( zoom_factor )
  10.     end,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement