Scripts/resources/[standalone]/memorygame/fxmanifest.lua
2024-12-29 21:02:43 +01:00

23 lines
292 B
Lua

fx_version 'cerulean'
game 'gta5'
author 'Snipe'
description 'Thermite Game Like NoPixel'
version '1.0.0'
server_scripts {
--'server/server.lua',
}
client_scripts {
'client/main.lua',
}
ui_page {
'html/index.html'
}
files {
'html/index.html',
'html/style.css',
'html/app.js'
}