From 1376142274afe0bb9a2e2620e5e03e0cc6ef9b8f Mon Sep 17 00:00:00 2001 From: Fezz <43589668+FBFezz@users.noreply.github.com> Date: Wed, 28 Jul 2021 22:37:33 +0100 Subject: [PATCH] Update and rename __resource.lua to fxmanifest.lua --- __resource.lua => fxmanifest.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename __resource.lua => fxmanifest.lua (92%) diff --git a/__resource.lua b/fxmanifest.lua similarity index 92% rename from __resource.lua rename to fxmanifest.lua index 0df2168..bd7a309 100644 --- a/__resource.lua +++ b/fxmanifest.lua @@ -1,3 +1,6 @@ +fx_version 'bodacious' +game 'gta5' + description '[LoqScript] material_load - A material designed loading screen for RP servers. Made by Loqrin : github.com/Loqrin' files { @@ -35,4 +38,4 @@ files { 'LoadingScreen/fonts/roboto/Roboto-Thin.woff2' } -loadscreen 'LoadingScreen/index.html' \ No newline at end of file +loadscreen 'LoadingScreen/index.html'