mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added fonts and tweaked hud, added chat history and score board hud widgets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user