Skip to content

Xtruct/Editor

Repository files navigation

Xtruct logo

Xtruct Editor - The hackable 2D Game Editor

Part of Xtruct

Hacking the editor

In this editor, everything is a plugin

You can extend the editor as well as the UI itself.

You can :

  • Inherits from default plugins to Xtends them.
  • Override default plugins functions with yours. No need to duplicate a plugin to make a fix or an enhancement. This way, even if the offical plugin is updated, you can still use yours with your functions