Skip to content

elvis-pereira/old-crt-effects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old CRT Effects

This module adds to the screen visual effects of a old monitor.

Instalation

You can install using the manifest: https://raw.githubusercontent.com/brunocalado/old-crt-effects/main/module.json

Localization

If you want to translate this module DOWNLOAD THIS FILE and translate it. After that open an issue sharing your translation.

You also need to share with me the default name convention for your language. This is very easy to get.

  • Find a system or module which is translated to your language.
  • Open the module.json or system.json file.
  • You should find something like the code above. It's under languages. Share with me lang, name and path for your language.
{
  "lang": "en",
  "name": "English",
  "path": "lang/en.json"
},
{
    "lang": "fr",
    "name": "Français",
    "path": "lang/fr.json"
}  

LICENSE

LICENSE

This is a fork from https://github.com/prolice/swffgUI-cc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 79.5%
  • JavaScript 20.5%