├── LICENSE ├── README.md ├── client.lua ├── config.lua ├── fxmanifest.lua ├── html ├── app.js ├── style.css └── ui.html └── img └── logo.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/README.md -------------------------------------------------------------------------------- /client.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/client.lua -------------------------------------------------------------------------------- /config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/config.lua -------------------------------------------------------------------------------- /fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/fxmanifest.lua -------------------------------------------------------------------------------- /html/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/html/app.js -------------------------------------------------------------------------------- /html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/html/style.css -------------------------------------------------------------------------------- /html/ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/html/ui.html -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jordan2139/Logo-Watermark/HEAD/img/logo.png --------------------------------------------------------------------------------