|
本帖最后由 江上星 于 2013-6-12 21:54 编辑
想让兵营附加到指挥中心上,现在卡到如何做足印上,我发现,如果把指挥中心的足印改成3,而兵营改成2,使用默认的3+2足印是可以的,但是指挥中心想做成4*4的,而兵营默认成3*3,这时候就需要一个新的足印,但是弄半天还是不可以。哪位能帮忙修改下?
下边这个是代码:- <CFootprint id="Footprint4x4AddOn3x3">
- <Layers index="Check" Area="-4,-2,5,2">
- <Rows value="..xxxx..."/>
- <Rows value="..xxxxxxx"/>
- <Rows value="..xxxxxxx"/>
- <Rows value="..xxxxxxx"/>
- </Layers>
- <Layers index="Place" Area="-4,-2,5,2">
- <Rows value="..xxxx..."/>
- <Rows value="..xxxxxxx"/>
- <Rows value="..xxxxxxx"/>
- <Rows value="..xxxxxxx"/>
- </Layers>
- <Layers index="Pathing" Area="-9,-4,9,4">
- <Rows value="........."/>
- <Rows value="........."/>
- <Rows value="........."/>
- <Rows value="........."/>
- </Layers>
- <Shape>
- <Radius value="4.9245"/>
- <Offsets value="-2.5,-2;4.5,-2;1.5,1;4.5,1;-2.5,2;1.5,2"/>
- <Borders value="0,4,2;1,0,2;2,3,2;3,1,2;4,5,2;5,2,2"/>
- </Shape>
- </CFootprint>
复制代码 预览效果:
看上去很正常,但是就是无法正常使用
|
|