mirror of
https://github.com/samuelmaddock/gm-mediaplayer.git
synced 2025-03-04 03:03:02 -05:00
Renamed spritesheet to force redownload.
This commit is contained in:
parent
a0b7176ef3
commit
e591a77cfe
@ -7,7 +7,7 @@ if MediaPlayer then
|
||||
end
|
||||
end
|
||||
|
||||
resource.AddFile "materials/mediaplayer/ui/spritesheet.png"
|
||||
resource.AddSingleFile "materials/mediaplayer/ui/spritesheet2015-10-7.png"
|
||||
resource.AddFile "resource/fonts/ClearSans-Medium.ttf"
|
||||
|
||||
AddCSLuaFile "controls/dmediaplayerhtml.lua"
|
||||
|
@ -14,7 +14,6 @@ MediaPlayer.Cvars.AllowWebpages = CreateConVar( "mediaplayer_allow_webpages", 0,
|
||||
}, "Allows any webpage to be requested." )
|
||||
|
||||
MediaPlayer.Cvars.QueueLimit = CreateConVar( "mediaplayer_queue_limit", 64, {
|
||||
FCVAR_ARCHIVE,
|
||||
FCVAR_REPLICATED,
|
||||
FCVAR_SERVER_CAN_EXECUTE
|
||||
}, "Maximum size of a media player queue." )
|
||||
|
@ -4,7 +4,7 @@ local spritesheet = spritesheet
|
||||
Icons spritesheet
|
||||
----------------------------------------------]]
|
||||
|
||||
local mpSpritesheetMat = Material( "mediaplayer/ui/spritesheet.png" )
|
||||
local mpSpritesheetMat = Material( "mediaplayer/ui/spritesheet2015-10-7.png" )
|
||||
local blockSize = 24
|
||||
|
||||
local function mpIcon( name, i, j, w, h )
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user