mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added vertical_/horizontal_margin/padding to Widgets, added HUD command to toggle HUD
This commit is contained in:
@@ -27,7 +27,7 @@ class IMICFPS
|
||||
def draw
|
||||
window.director.map.render(@camera)
|
||||
|
||||
@hud.draw
|
||||
@hud.draw if window.config.get(:options, :hud)
|
||||
end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user