Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

simple Construct 2 - Wallpaper Engine plugin

License

Notifications You must be signed in to change notification settings

sftblw/wallpaper_engine_plitri

Repository files navigation

Wallpaper Engine plugin for Construct 2

  • semistandard at possible places

how to use

  1. install
  2. make your project.json as defined on document (wallpaper engine)
  3. make conditions whatever you want (returns string?)
  4. if you call "GetInitialProperties" it will do that. Don't invoke this twitce or more.
  5. DO NOT OPTIMIZE/MINIMIZE ON EXPORT (not yet work) done.

features

  • User-defined property
    • Condition (trigger): On Property Change
    • Action : Get Initial Property (invoke after initialized)
    • Expression : .Value

License

  • WTFPL 2
  • based on JavaScript SDK Template (CC0)