Scripts/resources/[standalone]/cd_drawtextui/fxmanifest.lua

20 lines
279 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:02:20 +00:00
game 'gta5'
author 'Codesign#2715'
description 'Draw screen UI replacment for 3D text'
version '1.0'
ui_page {
'html/index.html',
}
files {
'html/index.html',
'html/js/script.js',
'html/css/stylesheet.css',
}
client_scripts {
'client/main.lua'
}