When you first launch the Wildflower Editor it will load the example world. A Wildflower world is composed of 24x24 screens, each of which is 16x16 tiles. You may notice right away that you can use the left mouse to draw tiles. If you draw anything on accident you can just hit Ctrl+Z to undo.
You can use the middle mouse button to pan the camera and mouse wheel to zoom. if you do not have a middle mouse button you can press tab + left mouse to move and tab + right mouse to zoom.
Before you start drawing tiles you should pay attention to what layer you are editing which is shown as the large red number in the upper right of the Wildflower editor window. When you are working it will only modify the active layer. You can use the mouse to click on a number to change the layer or just press that number key as a shortcut. There are 3 layers in the Wildflower engine:
For beginners it's recommended that you stick with tile editing for now which is on layer 1 and 2.
To change the current tile you can click anywhere on the [Quick Pick Box] in the lower right, or use WASD to change the current draw tile. Another very useful way is to hold Ctrl + left click on any tile on the current layer which will copy that tile, kind if like the eyedropper tool in some image editing programs. A preview of the current tile will appear in the lower left and it will also be highlighted in green in the [Quick Pick Box].
Drawing tiles is done with the left mouse button. Press Z does a flood fill. You can also shift + left mouse to erase tiles and X to do a flood erase.
One of the most powerful tools available is the rectangle/group select tool on the right mouse button. You can click and drag the right mouse button to select a group of tiles or object, it will select everything in that box. Once you have something selected you can you can drag to re-position it or use standard cut/copy/paste commands. You can also hold Alt while selecting to grab only the tiles or objects in the current layer.
If you're more interested in art, then you can take a look in source/data/images, this is where all the [Images] for the game are stored. Try opening up background0.png in your favorite image editor and making a few changes, there is some space not being used. If you save your changes the Wildflower editor will automatically refresh the textures when you switch back to it! This way you can quickly flip back and forth from editing art to viewing the updated level.
When you're ready to try out your creation just click the Siftulator button to build and run the game. You can press 'M' to move where the player starts from, or for faster iteration just press the space bar to move the player to the cursor and launch the game all in one keystroke!
When you run your game you may notice that the [Minimap] does not match the level. This is because saving the map image results in a significantly longer rebuild time. Because of this you will only want to resave the minimap after you have made significant changes. So, just click the "Save Minimap" button on the [Menu Bar] when you're ready and it will generate tiny image files of your map that can be loaded onto the Sifteo device.
There is a video tutorial series you can watch for a demonstration of how to use the editor.
Wiki: Background Tiles
Wiki: Foreground Tiles
Wiki: Home
Wiki: Images
Wiki: Menu Bar
Wiki: Minimap
Wiki: Object Attributes
Wiki: Objects
Wiki: Quick Pick Box
Wiki: Sifteo Game Settings
Wiki: Tutorial Videos