Scripts/resources/[ps]/ps-ui/fxmanifest.lua

21 lines
293 B
Lua
Raw Normal View History

2024-12-29 20:28:24 +00:00
fx_version 'cerulean'
game 'gta5'
description 'https://github.com/Project-Sloth/ps-ui'
credits 'https://github.com/sharkiller/nopixel_minigame'
client_scripts {
'client/*.lua',
}
ui_page {
'html/index.html'
}
files {
'html/js/*.js',
'html/index.html',
'html/style.css',
}