Operator menu settings now get saved

This commit is contained in:
Dan
2020-03-12 14:44:10 +00:00
parent 265090d5f1
commit 09147699a3
2 changed files with 36 additions and 2 deletions

View File

@@ -117,6 +117,10 @@ function UTIL:Notify( text )
DrawNotification( false, true )
end
function UTIL:Log( msg )
print( "[Wraith ARS 2X]: " .. msg )
end
function UTIL:DrawDebugText( x, y, scale, centre, text )
SetTextFont( 4 )
SetTextProportional( 0 )