赞 | 170 |
VIP | 6 |
好人卡 | 208 |
积分 | 230 |
经验 | 137153 |
最后登录 | 2024-11-16 |
在线时间 | 8638 小时 |
Lv5.捕梦者
- 梦石
- 0
- 星屑
- 22953
- 在线时间
- 8638 小时
- 注册时间
- 2011-12-31
- 帖子
- 3367
|
本帖最后由 tseyik 于 2019-11-18 19:36 编辑
Tileset Configuration
A more advanced feature, the tileset configuration should be placed in the tileset's note, and should be wrapped in an block.
Each line in the configuration should start by identifying the tile you want to configure, followed by a colon, and then a list of configuration functions.
Choosing a tile is done with the format img,x,y, where img is name of the tileset image (A1, A2, B, C, etc.), and x and y are the position of that tile on the tileset. For example, A2,0,0 would be the top left A2 tile. On the outdoor tileset, this would be the grass autotile.
Each tile can have 3 different textures. The top texture, side texture, and inside texture. The side texture is used on the side of the tile when it has a positive height, and the inside texture is used when it has a negative height.
If inside texture isn't specified, all sides will use the same texture.
If side texture isn't specified, then sides will use the top texture.
texture(img,x,y)
top(img,x,y)
side(img,x,y)
inSide(img,x,y)
These functions will use the specified tile for the current tile's textures.
texture() sets both the top and side textures.
Tileset配置
一個更高級的功能是,磁貼組配置應放在磁貼組的註釋中,並應包裝在一個塊中。
配置中的每一行都應首先標識要配置的磁貼,然後是冒號,然後是配置功能列表。
選擇圖塊的格式為img,x,y,其中img是圖塊圖像的名稱(A1,A2,B,C等),x和y是該圖塊在圖塊上的位置。例如,A2,0,0將是左上角的A2圖塊。在室外平鋪地板上,這將是草叢。
每個圖塊可以具有3種不同的紋理。頂部紋理,側面紋理和內部紋理。高度為正數時,將在瓷磚的側面使用側面紋理;高度為負數時,將使用內部紋理。
如果未指定內部紋理,則所有面將使用相同的紋理。
如果未指定側面紋理,則側面將使用頂部紋理。
texture(img,x,y) /紋理
top(img,x,y) /頂部
side(img,x,y) /側面(外)
inSide(img,x,y) /側面(内)
這些功能會將指定的圖塊用於當前圖塊的紋理。
texture()設置頂部和側面紋理。
這些功能會將指定的圖塊用於當前圖塊的紋理。
texture()設置頂部和側面紋理。 |
|