摘要:
extends TileMap func _ready(): for x in 20: for y in 20: #这里的x,y参数是tileMap里面的格子位置,tile参数是tileSet中 AltasTile图集的id #最后的autotile_coord参数是在TileSet中AltasTi
阅读全文
posted @ 2022-06-05 11:23
1288hh
阅读(112)
推荐(0)
编辑
摘要:
var a = string.split("apple,banana,stone","<,>") console.log(table.unpack(a))
阅读全文
posted @ 2022-06-05 11:20
1288hh
阅读(76)
推荐(0)
编辑