PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
330 stars 45 forks source link

Multiple pack files during "select a Pack file", needs more descriptors #139

Closed rgmoorer closed 4 years ago

rgmoorer commented 4 years ago

Version

Description

Possible solution

Add folder paths to the listing, for example: folder1/pack.json folder2/pack.json folder3/pack.json

This way the root folder name can differentiate the pack files, allowing identical pack file names.

PhaserEditor2D commented 4 years ago

Hi @rgmoorer is not this a duplicate of #138 ?

We provided a patch, what I think is missing is this: https://github.com/PhaserEditor2D/PhaserEditor/issues/138#issuecomment-563107804

rgmoorer commented 4 years ago

I don't believe this is a duplicate, because prefixes are not added to pack files as far as I know.

PhaserEditor2D commented 4 years ago

Oh! you are right! Sorry, I don't know what I read.

Do you mean something like this?

image

Let me work on the other issue (https://github.com/PhaserEditor2D/PhaserEditor/issues/138#issuecomment-563107804) to upload a new patch.

PhaserEditor2D commented 4 years ago

Or better this, without the WebContent element, that should be common to all the pack files:

image

PhaserEditor2D commented 4 years ago

This change is included in the patch attached here: https://github.com/PhaserEditor2D/PhaserEditor/issues/138#issuecomment-569293175 Please, test it and tell me if it is working.