Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Jan 2, 2016
1 parent af25460 commit 954a8a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -406,6 +407,15 @@ There's a golden variation to the radio you can use for fancier graphics:
<input class="rpgui-radio golden" type="radio" value="some val"><label>This is a golden radio button!</label>
```

## 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
Expand Down

0 comments on commit 954a8a5

Please sign in to comment.