-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] - Online Editor #11
Comments
Hey, a lot of work for a simple online editor! ;) To be honest, I already know that the editor isn't really good and after I saw what it should be done, I was thinking to create an offline editor (would be even better) or implement the editor inside the main application. It was easy as it was a simple xml. Now that you can do a lot of things and it is more complex, the script is always more complicated to update and so the webpage. But I will add some functionality in the next days, when I have some time ok? :) |
I updated the script a little bit. The select element slows really much the webpage! It need up to 1 minute to load all animations on the eSheep animation :P Need to find a better solution. |
Nice!
Working well, the first time I loaded it I got stuck in some sort of loop as it loaded up to >150% before chrome crashed XD.
Not sure what happened seems like a 1 time thing though.
Yeah an offline editor built into the program would probably be a lot faster and easier, although it may be worth keeping it as a separate thing as most people wouldn't use it (due to just wanting the pet) so no need to include it by default.
You may be able to make it using node.js and electron, as that would most likely make it a lot faster and you could reuse a lot of the current code you have.
If you do decide to go the node.js route let me know and I may be able to help out with it [=
…Sent from my iPhone
On 9/03/2017, at 6:23 AM, Adriano <notifications@github.com<mailto:notifications@github.com>> wrote:
I updated the script a little bit. The select element slows really much the webpage! It need up to 1 minute to load all animations on the eSheep animation :P
Need to find a better solution.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#11 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AG82Alsdf0Y38V4eDeQ8REtHupK3hZFTks5rjuQigaJpZM4MWD1n>.
|
Probably you need to reload/refresh the scripts if you got 150%. But now, you can export the XML, you can import to replace your pet and even remove your pet from server! |
Nice work! The editor is working really well now and loading very fast! |
A couple of features i think would be pretty useful for the online editor.
Ability to Delete Pets.
Ability to Delete Spawns, Animations, Children.
Auto add
ID
to Spawns, Animations when you create a new one (Still allow it to be editable).Auto fill
Repeats Count
andRepeats From
fields as0
when you create a new animation.Change
Next Probability
to select elementChange Child
Animation Id
andNext
to select elementsAdd ability to import xml file
On the image grid window, resize the image to
height: 100vh; width: 100vw;
once the page has finished loading (only needed if image to large but shouldn't affect other images anyway)The text was updated successfully, but these errors were encountered: