Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Jan 22, 2024
1 parent 06c88ad commit de72fed
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/docs/plugin-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
1. [UI/Simple label](ui-simplelabel.md): Using json style to create label.
1. [UI/Sizer](ui-sizer.md): Layout children game objects.
1. [UI/Slider](ui-slider.md): A container with a track, indicator, thumb and background.
1. [UI/Split panels](ui-splitpanels.md): A container with left(top) panel, right(bottom) panel, splitter, and background.
1. [UI/Split panels](ui-splitpanels.md): A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel.
1. [UI/States image](ui-statesimage.md): Using plain object to create image game object, with active, hover, disable styles.
1. [UI/States round-rectangle](ui-statesroundrectangle.md): Using plain object to create round rectangle game object, with active, hover, disable styles.
1. [UI/States text](ui-statestext.md): Using plain object to create text game object, with active, hover, disable styles.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ui-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ See this [example](https://github.com/rexrainbow/phaser3-rex-notes/blob/master/e
1. [Simple label](ui-simplelabel.md): Using json style to create [label](ui-label.md).
1. [Sizer](ui-sizer.md): Layout children game objects.
1. [Slider](ui-slider.md): A container with a track, indicator, thumb and background.
1. [Split panels](ui-splitpanels.md): A container with left(top) panel, right(bottom) panel, splitter, and background.
1. [Split panels](ui-splitpanels.md): A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel.
1. [Tab-pages](ui-tabpages.md): A container with tabs and pages, only current page is visible.
1. [Tabs](ui-tabs.md): A container with 4 groups of buttons around a center panel.
1. [TextArea](ui-textarea.md): A container with a text, slider, and scroller.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ui-splitpanels.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Introduction

A container with left(top) panel, right(bottom) panel, splitter, and background.
A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel.

- Author: Rex
- Game object
Expand Down
2 changes: 1 addition & 1 deletion docs/site/plugin-list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9731,7 +9731,7 @@ <h2 id="list-of-my-plugins">List of my plugins<a class="headerlink" href="#list-
<li><a href="../ui-simplelabel/">UI/Simple label</a>: Using json style to create label.</li>
<li><a href="../ui-sizer/">UI/Sizer</a>: Layout children game objects.</li>
<li><a href="../ui-slider/">UI/Slider</a>: A container with a track, indicator, thumb and background.</li>
<li><a href="../ui-splitpanels/">UI/Split panels</a>: A container with left(top) panel, right(bottom) panel, splitter, and background.</li>
<li><a href="../ui-splitpanels/">UI/Split panels</a>: A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel. </li>
<li><a href="../ui-statesimage/">UI/States image</a>: Using plain object to create image game object, with active, hover, disable styles.</li>
<li><a href="../ui-statesroundrectangle/">UI/States round-rectangle</a>: Using plain object to create round rectangle game object, with active, hover, disable styles.</li>
<li><a href="../ui-statestext/">UI/States text</a>: Using plain object to create text game object, with active, hover, disable styles.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/site/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/site/ui-overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10008,7 +10008,7 @@ <h3 id="ui-components">UI components<a class="headerlink" href="#ui-components"
<li><a href="../ui-simplelabel/">Simple label</a>: Using json style to create <a href="../ui-label/">label</a>.</li>
<li><a href="../ui-sizer/">Sizer</a>: Layout children game objects.</li>
<li><a href="../ui-slider/">Slider</a>: A container with a track, indicator, thumb and background.</li>
<li><a href="../ui-splitpanels/">Split panels</a>: A container with left(top) panel, right(bottom) panel, splitter, and background.</li>
<li><a href="../ui-splitpanels/">Split panels</a>: A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel. </li>
<li><a href="../ui-tabpages/">Tab-pages</a>: A container with tabs and pages, only current page is visible.</li>
<li><a href="../ui-tabs/">Tabs</a>: A container with 4 groups of buttons around a center panel.</li>
<li><a href="../ui-textarea/">TextArea</a>: A container with a text, slider, and scroller.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/ui-splitpanels/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9711,7 +9711,7 @@
<h1>Split panels</h1>

<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
<p>A container with left(top) panel, right(bottom) panel, splitter, and background.</p>
<p>A container with left(top) panel, right(bottom) panel, splitter, and background. Drag splitter to resize with left(top) panel, right(bottom) panel. </p>
<ul>
<li>Author: Rex</li>
<li>Game object</li>
Expand Down

0 comments on commit de72fed

Please sign in to comment.