Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

9 years ago by fullmetal

1 Create new layer in weltmeister;
2 In the titeset choose a image;
3 Apply;
4 Save;
Dosn't see any tite set show up, go to level.js, search for new layer name, found the data field are all 0. see below:
{
"name": "new_layer_45",
"width": 30,
"height": 20,
"linkWithCollision": false,
"visible": 1,
"tilesetName": "media/tree.png",
"repeat": false,
"preRender": false,
"distance": "1",
"tilesize": 32,
"foreground": false,
"data": [
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],

// omit lots of zeros
...
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
]
}

When copy data from other layer, the image shows up, so it's a weltmeister bug?

Just bought the impact.js I see the weltmeister is created on 2012-2-21

9 years ago by Joncom

You need to press spacebar to pick the tile you want to place.

Weltmeister Controls

9 years ago by fullmetal

Got it, thanks.
Page 1 of 1
« first « previous next › last »