Added fonts and tweaked hud, added chat history and score board hud widgets

This commit is contained in:
2020-07-18 13:00:22 -05:00
parent b4a0a7a8bc
commit f6e4a509fd
17 changed files with 404 additions and 25 deletions

View File

@@ -7,8 +7,14 @@ class IMICFPS
def initialize(options = {})
@options = options
@player = options[:player]
# Widget margin from screen edge
# or how much widget is pushed in
@margin = 10
# Widget element padding
@padding = 10
setup
end