文件名称:RPGAutomata
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.54mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于tile的RPG源码,使用flash as进行开发-The tile-based RPG source
(系统自动生成,下载前可以参看下载内容)
下载文件列表
zerojuan-RPGAutomata-52ab1bf/.gitignore
zerojuan-RPGAutomata-52ab1bf/lib/conversations/.gitignore
zerojuan-RPGAutomata-52ab1bf/lib/conversations/conversations.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/conversations/conversations.xml
zerojuan-RPGAutomata-52ab1bf/lib/conversations/dialogs.xml
zerojuan-RPGAutomata-52ab1bf/lib/events/TalkEvent.as
zerojuan-RPGAutomata-52ab1bf/lib/events/TilesetEvent.as
zerojuan-RPGAutomata-52ab1bf/lib/images/actor-image.png
zerojuan-RPGAutomata-52ab1bf/lib/images/arrow.png
zerojuan-RPGAutomata-52ab1bf/lib/images/emoticons.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_01.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_02.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_03.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_04.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/girl.png
zerojuan-RPGAutomata-52ab1bf/lib/images/free-tileset.png
zerojuan-RPGAutomata-52ab1bf/lib/images/free_tileset.png
zerojuan-RPGAutomata-52ab1bf/lib/images/free_tileset_version_8.png
zerojuan-RPGAutomata-52ab1bf/lib/images/image (1).png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/hero.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_01.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_02.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_03.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_04.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_blue.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/npc.png
zerojuan-RPGAutomata-52ab1bf/lib/images/objects/gate-lower.png
zerojuan-RPGAutomata-52ab1bf/lib/images/objects/gate-top.png
zerojuan-RPGAutomata-52ab1bf/lib/images/office-tileset.png
zerojuan-RPGAutomata-52ab1bf/lib/images/textbox.png
zerojuan-RPGAutomata-52ab1bf/lib/levels/.gitignore
zerojuan-RPGAutomata-52ab1bf/lib/levels/level1.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/levels/npcs.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/levels/spritesheets.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/levels/templates.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/manaspc.ttf
zerojuan-RPGAutomata-52ab1bf/lib/office_map.tmx
zerojuan-RPGAutomata-52ab1bf/lib/sounds/button_snd.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/musicbox.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/starshine.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/step_snd.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/step_snd2.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/talk_snd.mp3
zerojuan-RPGAutomata-52ab1bf/lib/ui/game-ui.fla
zerojuan-RPGAutomata-52ab1bf/lib/ui/gameover.fla
zerojuan-RPGAutomata-52ab1bf/lib/ui/gameover.swf
zerojuan-RPGAutomata-52ab1bf/lib/ui/menu.fla
zerojuan-RPGAutomata-52ab1bf/lib/ui/menu.swf
zerojuan-RPGAutomata-52ab1bf/README.md
zerojuan-RPGAutomata-52ab1bf/src/controllers/GateController.as
zerojuan-RPGAutomata-52ab1bf/src/controllers/NPCController.as
zerojuan-RPGAutomata-52ab1bf/src/controllers/TalkController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/ConversationManager.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/DialogManager.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events/RPGActionEvent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events/TalkEvent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events/TilesetEvent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/FamitsuAnimator.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/keyboard/BasicInputController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/ClickComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/IMouseControllable.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/MouseController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/MouseDragComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/MouseEnabler.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGActionManagerComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGInputController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGSpatialComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGSpatialDebugComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGSpatialManagerComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/scene/SceneController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/SimpleHoverController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/TalkDisplayController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/TiledMapConverter.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/TileLayerComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/GameDatabase.as
zerojuan-RPGAutomata-52ab1bf/src/core/rpg/Conversation.as
zerojuan-RPGAutomata-52ab1bf/src/core/rpg/Dialog.as
zerojuan-RPGAutomata-52ab1bf/src/core/rpg/TalkingPoint.as
zerojuan-RPGAutomata-52ab1bf/src/core/tilemap/Tileset.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events
zerojuan-RPGAutomata-52ab1bf/src/core/components/keyboard
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse
zerojuan-RPGAutomata-52ab1bf/src/core/components/scene
zerojuan-RPGAutomata-52ab1bf/lib/images/female
zerojuan-RPGAutomata-52ab1bf/lib/images/male
zerojuan-RPGAutomata-52ab
zerojuan-RPGAutomata-52ab1bf/lib/conversations/.gitignore
zerojuan-RPGAutomata-52ab1bf/lib/conversations/conversations.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/conversations/conversations.xml
zerojuan-RPGAutomata-52ab1bf/lib/conversations/dialogs.xml
zerojuan-RPGAutomata-52ab1bf/lib/events/TalkEvent.as
zerojuan-RPGAutomata-52ab1bf/lib/events/TilesetEvent.as
zerojuan-RPGAutomata-52ab1bf/lib/images/actor-image.png
zerojuan-RPGAutomata-52ab1bf/lib/images/arrow.png
zerojuan-RPGAutomata-52ab1bf/lib/images/emoticons.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_01.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_02.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_03.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/female_04.png
zerojuan-RPGAutomata-52ab1bf/lib/images/female/girl.png
zerojuan-RPGAutomata-52ab1bf/lib/images/free-tileset.png
zerojuan-RPGAutomata-52ab1bf/lib/images/free_tileset.png
zerojuan-RPGAutomata-52ab1bf/lib/images/free_tileset_version_8.png
zerojuan-RPGAutomata-52ab1bf/lib/images/image (1).png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/hero.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_01.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_02.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_03.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_04.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/male_blue.png
zerojuan-RPGAutomata-52ab1bf/lib/images/male/npc.png
zerojuan-RPGAutomata-52ab1bf/lib/images/objects/gate-lower.png
zerojuan-RPGAutomata-52ab1bf/lib/images/objects/gate-top.png
zerojuan-RPGAutomata-52ab1bf/lib/images/office-tileset.png
zerojuan-RPGAutomata-52ab1bf/lib/images/textbox.png
zerojuan-RPGAutomata-52ab1bf/lib/levels/.gitignore
zerojuan-RPGAutomata-52ab1bf/lib/levels/level1.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/levels/npcs.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/levels/spritesheets.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/levels/templates.pbelevel
zerojuan-RPGAutomata-52ab1bf/lib/manaspc.ttf
zerojuan-RPGAutomata-52ab1bf/lib/office_map.tmx
zerojuan-RPGAutomata-52ab1bf/lib/sounds/button_snd.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/musicbox.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/starshine.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/step_snd.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/step_snd2.mp3
zerojuan-RPGAutomata-52ab1bf/lib/sounds/talk_snd.mp3
zerojuan-RPGAutomata-52ab1bf/lib/ui/game-ui.fla
zerojuan-RPGAutomata-52ab1bf/lib/ui/gameover.fla
zerojuan-RPGAutomata-52ab1bf/lib/ui/gameover.swf
zerojuan-RPGAutomata-52ab1bf/lib/ui/menu.fla
zerojuan-RPGAutomata-52ab1bf/lib/ui/menu.swf
zerojuan-RPGAutomata-52ab1bf/README.md
zerojuan-RPGAutomata-52ab1bf/src/controllers/GateController.as
zerojuan-RPGAutomata-52ab1bf/src/controllers/NPCController.as
zerojuan-RPGAutomata-52ab1bf/src/controllers/TalkController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/ConversationManager.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/DialogManager.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events/RPGActionEvent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events/TalkEvent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events/TilesetEvent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/FamitsuAnimator.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/keyboard/BasicInputController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/ClickComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/IMouseControllable.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/MouseController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/MouseDragComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse/MouseEnabler.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGActionManagerComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGInputController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGSpatialComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGSpatialDebugComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/RPGSpatialManagerComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/scene/SceneController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/SimpleHoverController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/TalkDisplayController.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/TiledMapConverter.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/TileLayerComponent.as
zerojuan-RPGAutomata-52ab1bf/src/core/GameDatabase.as
zerojuan-RPGAutomata-52ab1bf/src/core/rpg/Conversation.as
zerojuan-RPGAutomata-52ab1bf/src/core/rpg/Dialog.as
zerojuan-RPGAutomata-52ab1bf/src/core/rpg/TalkingPoint.as
zerojuan-RPGAutomata-52ab1bf/src/core/tilemap/Tileset.as
zerojuan-RPGAutomata-52ab1bf/src/core/components/events
zerojuan-RPGAutomata-52ab1bf/src/core/components/keyboard
zerojuan-RPGAutomata-52ab1bf/src/core/components/mouse
zerojuan-RPGAutomata-52ab1bf/src/core/components/scene
zerojuan-RPGAutomata-52ab1bf/lib/images/female
zerojuan-RPGAutomata-52ab1bf/lib/images/male
zerojuan-RPGAutomata-52ab
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.