Skip to content

Commit 6b1ebec

Browse files
Update docs.
1 parent c2566e9 commit 6b1ebec

File tree

75 files changed

+1290
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1290
-282
lines changed

art/splash/v1.4.0/drawing.svg

Lines changed: 87 additions & 31 deletions
Loading

docs/assets-manager.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create the pack file
2323

2424
If you create a project based on the built-in Phaser Editor templates then this file is created automatically. You can find it in the ``WebContent/assets/assets-pack.json`` path.
2525

26-
To create the pack file manually, go to ``File > New > Asset Pack File``:
26+
To create the pack file manually, go to ``File New Asset Pack File``:
2727

2828
.. image:: images/NewAssetPackMenu.png
2929
:alt: Asset pack file menu
@@ -128,7 +128,7 @@ A nice new feature in Phaser Editor is the refactoring tools. These tools allow
128128
Delete an asset
129129
^^^^^^^^^^^^^^^
130130

131-
To delete an asset entry right-click on it and select the ``Refactoring > Delete`` option. Please remember that an asset entry is just a definition, an entry, in the asset pack file. By deleting an asset entry you only are modifing the ``pack.json`` file, the real file, like an image, is not touched.
131+
To delete an asset entry right-click on it and select the ``Refactoring Delete`` option. Please remember that an asset entry is just a definition, an entry, in the asset pack file. By deleting an asset entry you only are modifing the ``pack.json`` file, the real file, like an image, is not touched.
132132

133133
.. image:: images/DeleteAssetMenu.png
134134
:alt: Delete asset menu
@@ -150,7 +150,7 @@ The process of rename an asset is pretty similar to the process of delete it. A
150150
Move asset
151151
^^^^^^^^^^
152152

153-
Assets can be moved from one section to other. Just follow the same process of the rename, in the context menu select the ``Refactoring > Move`` option. It shows a dialog to select the new section for the asset and the option to preview the affected files. This operation can be undone and updates all the affected files so it does not introduce errors.
153+
Assets can be moved from one section to other. Just follow the same process of the rename, in the context menu select the ``Refactoring Move`` option. It shows a dialog to select the new section for the asset and the option to preview the affected files. This operation can be undone and updates all the affected files so it does not introduce errors.
154154

155155

156156
Global replace texture
@@ -178,10 +178,10 @@ If you find that your assets are in an invalid state or you see a strange behavi
178178

179179
Internally Phaser Editor uses a memory model with all the assets and its properties. This memory model should be synchronized with the physical and real data, but it happens that sometime because external changes or maybe bugs, the memory model is not in synchronization with the physical one. In this case, the best is to force the editor to create the memory model from scratch.
180180

181-
To do this select in the main menu the option ``Project > Clean...``, it opens a dialog with the list of your projects. Select those you want to re-build and press the **OK** button. After this operation all the visual editors and views should be updated to show the new fresh/fixed data.
181+
To do this select in the main menu the option ``Project Clean...``, it opens a dialog with the list of your projects. Select those you want to re-build and press the **OK** button. After this operation all the visual editors and views should be updated to show the new fresh/fixed data.
182182

183183

184184
.. image:: images/CleanProjects.png
185185
:alt: Clean projects.
186186

187-
If the strange behavior continues please `open an issue <https://github.com/boniatillo-com/PhaserEditor/issues>`_.
187+
If the strange behavior continues please `open an issue <https://github.com/PhaserEditor2D/PhaserEditor/issues>`_.

0 commit comments

Comments
 (0)