Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pvwoods/VisuMap-Editor

a no-tile map editor written in Actionscript 3
https://github.com/pvwoods/VisuMap-Editor

Last synced: 3 months ago
JSON representation

a no-tile map editor written in Actionscript 3

Awesome Lists containing this project

README

        

The code is still very much in flux and not well commented at the moment.

Before building, the following src directories will need to be added to src/thirdparty (you could also add swc lib includes to the ant build file):

- minimal comps by bit101 (http://www.minimalcomps.com)
* /src/thirdparty/com/bit101/...

to test using adl:

$ ant test

to build the air executable:

$ ant

----------------------------------------

Controls:

Arrow Keys :: scroll the map camera
A or D :: Increase or Decrease ScaleX
W or S :: Increase or Decrease ScaleY
E or Q :: Increase or Decrease ScaleY and ScaleX
Z or X :: Rotate Left or Right
C or V :: Increase or Decrease Alpha
R :: Remove selected sprite from layer.

Click on an object to select it.

Shift + Click to place new object (must have image and layer selected or for now an error will be thrown)