Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 674 Bytes

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