0.0.1
This commit is contained in:
17
resources/[core]/esx_chat_theme/fxmanifest.lua
Normal file
17
resources/[core]/esx_chat_theme/fxmanifest.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
version '1.13.5'
|
||||
author 'ESX-Framework'
|
||||
description 'A ESX Stylised theme for the chat resource.'
|
||||
|
||||
file 'style.css'
|
||||
file 'shadow.js'
|
||||
|
||||
chat_theme 'esx' {
|
||||
styleSheet = 'style.css',
|
||||
script = 'shadow.js',
|
||||
msgTemplates = {
|
||||
default = '<b>{0}</b><span>{1}</span>'
|
||||
}
|
||||
}
|
||||
|
||||
game 'common'
|
||||
fx_version 'adamant'
|
||||
Reference in New Issue
Block a user