铁锈战争地块数据快速生成
2015-06-26 12:50:36 -0400
新建文件,把汉字替换成需要的数值。保存成UTF-8编码,格式为html,然后运行,就可以直接复制使用了。
===========
<html><head><title>华夏制作</title>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8"></head><body>
<script type="text/javascript">
i = 填从开始数值
while (i <= 填结束数值)
{
document.write(" <tile id=" "+ i + ""><br><properties><br><property name="填地块类型" value=""/><br></properties><br></tile>")
document.write("<br><br>")
i++
}
</script>
</body></html>
==========
铁锈战争地块数据生成器
把这粘贴进去足够了
<script type="text/javascript">
i = 0
while (i <= 50)
{
document.write(" <tile id=""+i+ ""><br><properties><br><property name="cliff" value=""/><br></properties><br></tile>")
document.write("<br><br>")
i++
}
</script>
示例产品.html (0.44 KiB) |
Read |
Meta |
+ 你可以看看在线阅读(这是源码),也可以打开(生成的文件)
Back to home
Subscribe |
Register |
Login
| N