angstrom_editor 0.7.5
angstrom_editor: ^0.7.5 copied to clipboard
A package which allows you to embed a level editor into an [Angstrom](https://pub.flutter-io.cn/packages/angstrom) game.
Angstrom Editor #
Description #
This editor provides a series of widgets which you can embed into your games to act as a level editor. In addition, the editor generates code according to various "events" you setup in room surfaces and objects, giving you a type safe way to combine Dart code with the results of a level editor.
For more information on Angstrom, see its package page.
For a template which contains much of the boilerplate you'll need when creating a new game which ships this editor, see the angstrom_editor_template git repository.