摘要: 两种图集工具Zwoptex Texture Packer 阅读全文
posted @ 2014-08-18 22:50 ing... 阅读(82) 评论(0) 推荐(0)
摘要: D:\BaiDuYun\Plist>python unpack_plist.py lobbyRelieveTraceback (most recent call last): File "unpack_plist.py", line 70, in gen_png_from_plist( p... 阅读全文
posted @ 2014-08-18 22:23 ing... 阅读(1162) 评论(0) 推荐(0)
摘要: 原地址:http://www.cppblog.com/sunicdavy/archive/2014/02/06/205645.htmlcocos2dx引擎使用plist文件, 一种特殊的xml格式作为其atlas纹理的描述文件. plist遵循苹果的xml中key-value的设计风格.对于OC来说... 阅读全文
posted @ 2014-08-18 21:29 ing... 阅读(1760) 评论(0) 推荐(0)
摘要: 原地址:http://blog.csdn.net/linuxchen/article/details/16865645Python 脚本:(来自网络)unpack_plist.py命令行: python unpack_plist.py plist文件名称例子: python unpack_plist... 阅读全文
posted @ 2014-08-18 21:28 ing... 阅读(2069) 评论(0) 推荐(0)
摘要: 因为没有安装fireflypython setup.py install 阅读全文
posted @ 2014-08-18 18:14 ing... 阅读(329) 评论(0) 推荐(0)
摘要: 原地址:http://blog.csdn.net/xutao_ustc/article/details/6314057class Program { static void Main(string[] args) { Data[] array ... 阅读全文
posted @ 2014-08-18 07:35 ing... 阅读(232) 评论(0) 推荐(0)
摘要: using UnityEngine;using System.Collections;using System.Linq;using System.Xml.Linq;using System; public class XML {//static string xmlpath = Applicati... 阅读全文
posted @ 2014-08-18 07:34 ing... 阅读(876) 评论(0) 推荐(0)
摘要: 原地址:http://www.unity蛮牛.com/thread-18220-1-1.html在次此之前我们先要了解一下下面的我要讲的几个内容:一、为什么要用NGUI,因为NGUI的可以做屏幕自适应,在各大不同手机分辨率的屏幕上想要实现基本的显示而且不乱象的效果最后还又能快速开发出来,那么无疑还是... 阅读全文
posted @ 2014-08-18 07:30 ing... 阅读(796) 评论(1) 推荐(0)