From 9866960b4b89d0fbd193c4cafd65c0675f6d6c19 Mon Sep 17 00:00:00 2001 From: Douth <47131318+douth-c@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:05:24 -0500 Subject: [PATCH] fix(fxmanifest): directory update --- [esx]/esx_loadingscreen/fxmanifest.lua | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/[esx]/esx_loadingscreen/fxmanifest.lua b/[esx]/esx_loadingscreen/fxmanifest.lua index 6604cbaa..b36d6bdd 100644 --- a/[esx]/esx_loadingscreen/fxmanifest.lua +++ b/[esx]/esx_loadingscreen/fxmanifest.lua @@ -1,17 +1,20 @@ +game 'common' +version '1.3.0' fx_version 'cerulean' -games { 'gta5' } - author 'ESX-Framework' -version '1.2.0' loadscreen 'index.html' -loadscreen_manual_shutdown 'yes' -client_script 'client.lua' + +shared_script 'config.lua' + +loadscreen_manual_shutdown "yes" + +client_script 'client/client.lua' files { + 'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', - './css/index.css', - 'index.html', -} + './css/index.css' +} \ No newline at end of file