Skip to content

Commit

Permalink
Added installation and license info into README
Browse files Browse the repository at this point in the history
  • Loading branch information
pycbouh authored Mar 9, 2020
1 parent df97f78 commit 0697739
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Editor plugin which allows plugin developers to quickly reference various `Theme

Developed in and tested against Godot 3.2.

## Installation
Clone this repository or download it as ZIP. You only need to put `addons/explore-editor-theme` folder inside your project folder. ZIP already has only necessary files.

Also available from AssetLib within the Editor: https://godotengine.org/asset-library/asset/557.

## Features
This plugin consists of a single window, available from **Project > Tools** menu.

Expand Down Expand Up @@ -35,7 +40,5 @@ Styleboxes are previewed by being applied to a small `Panel`. A lot of them do n

Constants are only displayed by their name in the list. Values can be viewed in the right-hand panel. It should be noted, that constants are always returned as `int`s, though sometimes they are used as `bool`s. Preview demonstrates both interpretations of the value.

## Installation
Clone this repository or download it as ZIP. You only need to put `addons/explore-editor-theme` folder inside your project folder. ZIP already has only necessary files.

Also available from AssetLib within the Editor: https://godotengine.org/asset-library/asset/557.
## License
This project is provided under [MIT License](LICENSE).

0 comments on commit 0697739

Please sign in to comment.