From f0de4de9b14daac11c8a8b4d06db22db94bf3342 Mon Sep 17 00:00:00 2001 From: Tanasart <22589759+Ttanasart-pt@users.noreply.github.com> Date: Sun, 12 Mar 2023 09:15:51 +0700 Subject: [PATCH] Update readme --- README.md | 15 +++++++++++++++ README.md.backup | 28 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 README.md.backup diff --git a/README.md b/README.md index 88d23bc89..6aa676895 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,23 @@ Node base VFX editor for pixel art. ![sample 2](https://github.com/Ttanasart-pt/Pixel-Composer/blob/2986c4c6131e8729437bdd785bde11980056678c/img/sample%202.gif) +## Set up guides +- Install GameMaker: Studio IDE (2023.2.0.71) +- Download and install extensions: (Some are optional, however an adjustment in code is required) + + YellowAfterLife File dropper (Free) [itch](https://yellowafterlife.itch.io/gamemaker-file-dropper) + + Samuel Venable xProcess, Border toggler, FileDropper (Free) [itch](https://samuel-venable.itch.io/gamemaker-extension-collection) + + Official Steamworks extension (Free) [GM marketplace](https://marketplace.yoyogames.com/assets/10709/steamworks-ext) + + YellowAfterLife GameFrame ($20) [itch](https://yellowafterlife.itch.io/gamemaker-gameframe) + * Optionally, remove all gameframe_* reference and disable borderless mode. + + YellowAfterLife Apollo (Optional, $15) [itch](https://yellowafterlife.itch.io/gamemaker-lua) + + Mytino Fluid Dynamics - GM Studio 2 (Optional, $15) [GM marketplace](https://marketplace.yoyogames.com/assets/5402/fluid-dynamics-gm-studio-2)' + +- If running on Mac, delete PixelComposer\datafiles\data\themes\default folder (keep the zip file) before running. +- To use native exception handler (for more information) goto `debug` (crtl+T > debug) and comment out `setException()`. + ## Links - [Documentation](https://pixel-composer-doc.readthedocs.io/en/latest/ui/) - [Download from itch.io](https://makham.itch.io/pixel-composer) +- [Steam page](https://store.steampowered.com/app/2299510?beta=0) diff --git a/README.md.backup b/README.md.backup new file mode 100644 index 000000000..6aa676895 --- /dev/null +++ b/README.md.backup @@ -0,0 +1,28 @@ +

+ Pixel Composer +

+ +Node base VFX editor for pixel art. + +![sample 2](https://github.com/Ttanasart-pt/Pixel-Composer/blob/2986c4c6131e8729437bdd785bde11980056678c/img/sample%202.gif) + +## Set up guides +- Install GameMaker: Studio IDE (2023.2.0.71) +- Download and install extensions: (Some are optional, however an adjustment in code is required) + + YellowAfterLife File dropper (Free) [itch](https://yellowafterlife.itch.io/gamemaker-file-dropper) + + Samuel Venable xProcess, Border toggler, FileDropper (Free) [itch](https://samuel-venable.itch.io/gamemaker-extension-collection) + + Official Steamworks extension (Free) [GM marketplace](https://marketplace.yoyogames.com/assets/10709/steamworks-ext) + + YellowAfterLife GameFrame ($20) [itch](https://yellowafterlife.itch.io/gamemaker-gameframe) + * Optionally, remove all gameframe_* reference and disable borderless mode. + + YellowAfterLife Apollo (Optional, $15) [itch](https://yellowafterlife.itch.io/gamemaker-lua) + + Mytino Fluid Dynamics - GM Studio 2 (Optional, $15) [GM marketplace](https://marketplace.yoyogames.com/assets/5402/fluid-dynamics-gm-studio-2)' + +- If running on Mac, delete PixelComposer\datafiles\data\themes\default folder (keep the zip file) before running. +- To use native exception handler (for more information) goto `debug` (crtl+T > debug) and comment out `setException()`. + +## Links + +- [Documentation](https://pixel-composer-doc.readthedocs.io/en/latest/ui/) +- [Download from itch.io](https://makham.itch.io/pixel-composer) +- [Steam page](https://store.steampowered.com/app/2299510?beta=0) +