Storm Sync

This commit is contained in:
2020-07-18 18:20:24 -05:00
parent 1d7cd19b41
commit ce90284001
10 changed files with 157 additions and 45 deletions

View File

@@ -13,8 +13,8 @@ class IMICFPS
end
def update
@text.x = @margin + @size + @padding
@text.y = window.height - (@margin + @text.height)
@text.x = Widget.margin + @size + Widget.padding
@text.y = window.height - (Widget.margin + @text.height)
end
end
end