Skip to content

Commit

Permalink
Update readme, previews; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed May 27, 2021
1 parent a78a439 commit b683564
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Godot Editor Theme Explorer
Editor plugin which allows plugin developers to quickly reference various `Theme` properties defined in the main Editor Theme. This allows creators to make GUI for their plugins as seamless as possible, relying on style definitions made by Godot Engine developers and giving their users a consistent look across the board.

Developed in and tested against Godot 3.2.
Developed in and tested against Godot 3.2/3.3.

## 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.
Expand All @@ -20,6 +20,8 @@ There are 5 sections, giving access to *Icons*, *Colors*, *Fonts*, *Styleboxes*,

Icons are listed with their name and a 16x16 preview image. Most of the icons are only usable at that scale. In the right-hand panel a bigger preview image is displayed, at 64x64.

Icons can be saved as a PNG file, however only at their current scale. Editor icons are generated at runtime from SVG sources depending on the editor scale setting. Consider locating the icon you need in [Godot's sources](https://github.com/godotengine/godot/tree/master/editor/icons).

### Colors
![Icons tab](images/preview-3.png)

Expand All @@ -33,7 +35,7 @@ Fonts are demonstrated using a sample text, that can be customized by a user.
### Styleboxes
![Icons tab](images/preview-5.png)

Styleboxes are previewed by being applied to a small `Panel`. A lot of them do not carry any visual style, or can have a style that matches background.
Styleboxes are previewed by being applied to a small `Panel`. A lot of them do not carry any visual style, or can have a style that matches background, so a checkered background is used once again to give a better idea of what each Stylebox does.

### Constants
![Icons tab](images/preview-6.png)
Expand Down
4 changes: 2 additions & 2 deletions addons/explore-editor-theme/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]

name="Editor Theme Explorer"
description="Explore Editor Theme and browse through icons, colors and fonts"
description="Explore Godot editor theme and browse through its icons, colors and fonts"
author="Yuri Sizov <[email protected]>"
version="1.0.1"
version="1.1.0"
script="plugin.gd"
Binary file modified images/preview-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/preview-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/preview-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/preview-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/preview-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/preview-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b683564

Please sign in to comment.