Skip to content

Commit

Permalink
Bump the version to 2.0.0
Browse files Browse the repository at this point in the history
Update readme, screenshots, and fix a UI minor issue.
  • Loading branch information
YuriSizov committed Nov 12, 2023
1 parent 9d5f39d commit 28310d9
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# 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.

This is a **preview version** of the plugin for Godot 4. It has been tested to work with _Release Candidate 2_.
Developed in and tested against Godot 4.1.

## 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
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="2.0.0-rc"
version="2.0.0"
script="plugin.gd"
1 change: 1 addition & 0 deletions addons/explore-editor-theme/ui/CodePreview.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ script = ExtResource("1")
[node name="CodeText" type="CodeEdit" parent="."]
custom_minimum_size = Vector2(0, 64)
layout_mode = 2
editable = false
wrap_mode = 1

[node name="Padding" type="Control" parent="."]
Expand Down
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 28310d9

Please sign in to comment.