Skip to content

Commit

Permalink
📖 docs: 1.2.0 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
maktoobgar committed Mar 16, 2022
1 parent d9f15a5 commit eb2f0c0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ CHANGELOG
UNRELEASED
----------

* 🎉 feat: categorization added
* 🎉 feat: ignore folder feature added
1.2.0 (2022-03-16)
------------------

* feat: categorization added
* feat: ignore folder feature added

1.1.0 (2022-03-14)
------------------
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Under development...
* [X] Memory performance happened
* [X] Scene transitions added
* [X] Ignore folder added in tool
* [X] Categorization added in tool
* [X] Ignore folder section can hide optionally

## How To Use?

Expand All @@ -31,22 +33,30 @@ Under development...

## Tool View

This is the tool that you will see on your right side of the godot editor after activating `scene_manager` plugin:
This is the tool that you will see on your right side of the godot editor after activating `scene_manager` plugin. By **Add Category** button under scenes categories you can create new categories.

<p align="center">
<img src="images/tool.png"/>
</p>

### Double key checker:
If editing of a scene key causes two keys of two different scenes match, both of them will get red color and you have to fix the duplication, otherwise the plugin does not work properly as you expect it to work.
If editing of a scene key causes at least two keys of another scene match, both of them will get red color and you have to fix the duplication, otherwise the plugin does not work properly as you expect it to work.

<p align="center">
<img src="images/tool_double_key.png"/>
</p>

### Ignore Folder:

Every folder that is added inside this section will be ignored and scenes inside them will not get included inside scenes categories section(the section above this section).

<p align="center">
<img src="images/ignore.png"/>
</p>

## Demo

The only amount of written code for this demo is just 6 lines:
The only amount of written code for this demo is just 10 lines:

<p align="center">
<img src="./images/demo.gif"/>
Expand Down
6 changes: 3 additions & 3 deletions addons/scene_manager/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]

name="scene_manager"
description="A powerful scene-transition manager for godot."
name="Scene Manager"
description="A powerful scene manager for godot."
author="Maktoobgar"
version="1.1.0"
version="1.2.0"
script="plugin.gd"
Binary file added images/ignore.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/tool.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/tool_double_key.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 eb2f0c0

Please sign in to comment.