上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页
摘要: 先学xna框架了,先不管mono game,因为编程内容都是一样的。 阅读全文
posted @ 2015-03-10 23:39 yufenghou 阅读(108) 评论(0) 推荐(0)
摘要: 突然想换个游戏引擎,因为cocos2dx习惯了想换个环境。于是想到了xna,以前还学过一段时间,因为受到《泰拉瑞亚》的影响,最近想把泰拉瑞亚破解掉。于是又翻开xna但是xna在2013年4月份停掉了服务,微软又开启了坑队友服务。但是monogame接管了xna,开发为开源项目。安装monohttp:... 阅读全文
posted @ 2015-03-10 22:33 yufenghou 阅读(678) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-09 13:29 yufenghou 阅读(154) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-08 22:06 yufenghou 阅读(195) 评论(0) 推荐(0)
摘要: local canfire = "cooldown" --"canfire" "cooldown" local interval=0 scheduler.scheduleUpdateGlobal(function() print(canfire)... 阅读全文
posted @ 2015-03-08 14:28 yufenghou 阅读(162) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-07 13:30 yufenghou 阅读(2304) 评论(0) 推荐(0)
摘要: --还没有完全测试local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local HeroMoveUp = class()function HeroMoveUp:ctor(hero,map,hudLayer) self.map_=... 阅读全文
posted @ 2015-03-06 14:32 yufenghou 阅读(129) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-06 14:12 yufenghou 阅读(201) 评论(0) 推荐(0)
摘要: local MainScene = class("MainScene", function() return display.newScene("MainScene")end)function MainScene:ctor() self:init()endfunction Mai... 阅读全文
posted @ 2015-03-05 21:00 yufenghou 阅读(427) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local TestSprite = class("TestSprite", function() return display.newSprite("#player_idle1... 阅读全文
posted @ 2015-03-05 17:09 yufenghou 阅读(442) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 43 下一页