mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
refactor: esx_loadingscren - remove unsed files, better readme, fix licence
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
# ESX Loadingscreen
|
||||
<h1 align='center'>[ESX] Loading Screen</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://docs.esx-framework.org/legacy/installation'>Documentation</a></b></h5>
|
||||
|
||||
A loadingscreen
|
||||
A simple but beautiful Loading Screen for your server!
|
||||
|
||||
## Legal
|
||||
|
||||
esx_loadingscreen - Loading in style!
|
||||
|
||||
Copyright (C) 2022 ESX-Framework
|
||||
|
||||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
|
||||
|
||||
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
|
||||
|
||||
You should have received a copy Of the GNU General Public License along with this program. If Not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
game 'common'
|
||||
version '1.3.0'
|
||||
version '1.7.5'
|
||||
fx_version 'cerulean'
|
||||
author 'ESX-Framework'
|
||||
|
||||
@@ -11,10 +11,4 @@ loadscreen_manual_shutdown "yes"
|
||||
|
||||
client_script 'client/client.lua'
|
||||
|
||||
files {
|
||||
'index.html',
|
||||
'./vid/*.mp4',
|
||||
'./vid/*.webm',
|
||||
'./js/index.js',
|
||||
'./css/index.css'
|
||||
}
|
||||
files {'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css'}
|
||||
|
||||
@@ -1,17 +1,3 @@
|
||||
<!--
|
||||
Copyright (c) Jérémie N'gadi
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Even if 'All rights reserved' is very clear :
|
||||
|
||||
You shall not use any piece of this software in a commercial product / service
|
||||
You shall not resell this software
|
||||
You shall not provide any facility to install this particular software in a commercial product / service
|
||||
If you redistribute this software, you must link to ORIGINAL repository at https://github.com/esx-framework/esx-reborn
|
||||
This copyright should appear in every part of the project code
|
||||
-->
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user