Skip to content

Commit

Permalink
Update screenshots and readme; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSizov committed Aug 18, 2021
1 parent 549995b commit c744e08
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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/3.3.
Developed in and tested against Godot 3.2–3.4.

## 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 Down Expand Up @@ -32,11 +32,15 @@ Colors are displayed using a checkered black-and-white texture, to give a better

Fonts are demonstrated using a sample text, that can be customized by a user.

Fonts can also be explored in the Inspector as a normal resource.

### 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, so a checkered background is used once again to give a better idea of what each Stylebox does.

Styleboxes can also be explored in the Inspector as a normal resource.

### Constants
![Icons tab](images/preview-6.png)

Expand Down
1 change: 1 addition & 0 deletions addons/explore-editor-theme/plugin-icon.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
Expand Down
2 changes: 1 addition & 1 deletion addons/explore-editor-theme/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Editor Theme Explorer"
description="Explore Godot editor theme and browse through its icons, colors and fonts"
author="Yuri Sizov <[email protected]>"
version="1.1.0"
version="1.1.1"
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 c744e08

Please sign in to comment.