Advertisement
Jousway

Untitled

Sep 7th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. function set_yoffset()
  2.     local screen= SCREENMAN:GetTopScreen()
  3.     for i, pn in ipairs(GAMESTATE:GetEnabledPlayers()) do
  4.         local field= find_notefield_in_gameplay(screen, pn)
  5.         if field then
  6.             for i, col in ipairs(field:get_columns()) do col:get_reverse_offset_pixels():set_value(20)
  7.             end;
  8.         end;
  9.     end;
  10. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement