无编辑摘要
RustedWiki更新姬(留言 | 贡献) (创建页面,内容为“'set': completely ignored by the game only used by Tiled for automapping (you should draw on this layer instead of ground) 'Triggers': set map settings, players sta…”) |
RustedWiki更新姬(留言 | 贡献) 无编辑摘要 |
||
| 第1行: | 第1行: | ||
== 开始之前 == | |||
地图编辑可以创造或更改游戏中的地图,编辑它们需要使用'''Tiled'''。 | |||
你可以在Tiled的[http://www.mapeditor.org/ 官方网站]上获取它([https://thorbjorn.itch.io/tiled 下载地址]) | |||
目前Tiled貌似不能直接创建gzip压缩的地图,你可以通过地图直接修改<syntaxhighlight> | |||
'set': completely ignored by the game only used by Tiled for automapping (you should draw on this layer instead of ground) | 'set': completely ignored by the game only used by Tiled for automapping (you should draw on this layer instead of ground) | ||
| 第8行: | 第14行: | ||
'Ground': map tiles go on this layer. But do not edit this layer if you are using automapping, as they will get overridden. | 'Ground': map tiles go on this layer. But do not edit this layer if you are using automapping, as they will get overridden. | ||
</syntaxhighlight> | |||