From 954a8a5eab7fe206b83db232d42b0ccbba82e2be Mon Sep 17 00:00:00 2001 From: Ronen Date: Sun, 3 Jan 2016 00:02:25 +0200 Subject: [PATCH] .. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 52b1d6b..9f2c162 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ CSS & JavaScript lib to easily create old-school RPG style GUI for web games - [What is it?](#what-is-it) - [Key Features](#key-features) - [How to use](#how-to-use) +- [How to tweak](#how-to-tweak) - [License](#license) - [Contact Me](#contact-me) @@ -406,6 +407,15 @@ There's a golden variation to the radio you can use for fancier graphics: ``` +## How to Tweak + +To change RPGUI into your own theme the easiest thing to do is to replace the images in dist/img/ folder. +The name of the files should be pretty easy to understand and change. + +To change the css rules / JavaScript itself you will need to edit the source files. RPGUI wasn't originally planned to be a distributed lib (it was taken out of a hobby project) and as such its not written in the most flexible / generic way. + +Feel free to create alternatives of RPGUI and publish them as different themes. + ## Changelog ## Credits