CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 游戏引擎

文件名称:Ogmo-Editor

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    105.48kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Actionscr ipt编写的游戏关卡和地图编辑器,功能齐全,常用到的功能点都具备了。-Generic level and tilemap editor for indie game developers!
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Ogmo-Editor-master/
Ogmo-Editor-master/LICENSE.txt
Ogmo-Editor-master/OgmoEditor.as3proj
Ogmo-Editor-master/README.txt
Ogmo-Editor-master/application.xml
Ogmo-Editor-master/assets/
Ogmo-Editor-master/assets/arrow.png
Ogmo-Editor-master/assets/bg.png
Ogmo-Editor-master/assets/button1.png
Ogmo-Editor-master/assets/button2.png
Ogmo-Editor-master/assets/button3.png
Ogmo-Editor-master/assets/checkbox1.png
Ogmo-Editor-master/assets/checkbox1b.png
Ogmo-Editor-master/assets/checkbox2.png
Ogmo-Editor-master/assets/checkbox2b.png
Ogmo-Editor-master/assets/eye_closed.png
Ogmo-Editor-master/assets/eye_open.png
Ogmo-Editor-master/assets/folder.png
Ogmo-Editor-master/assets/loading.png
Ogmo-Editor-master/assets/loading_fail.png
Ogmo-Editor-master/assets/logo.png
Ogmo-Editor-master/assets/no_tile.png
Ogmo-Editor-master/assets/selBoxCorner.png
Ogmo-Editor-master/assets/slider1.png
Ogmo-Editor-master/assets/slider2.png
Ogmo-Editor-master/assets/splash.png
Ogmo-Editor-master/assets/tool_emptyrect.png
Ogmo-Editor-master/assets/tool_eyedrop.png
Ogmo-Editor-master/assets/tool_fill.png
Ogmo-Editor-master/assets/tool_fillrect.png
Ogmo-Editor-master/assets/tool_nodes.png
Ogmo-Editor-master/assets/tool_paint.png
Ogmo-Editor-master/assets/tool_select.png
Ogmo-Editor-master/assets/tool_selectarea.png
Ogmo-Editor-master/assets/tool_specialrect.png
Ogmo-Editor-master/assets/tool_transform.png
Ogmo-Editor-master/src/
Ogmo-Editor-master/src/Level.as
Ogmo-Editor-master/src/Ogmo.as
Ogmo-Editor-master/src/Project.as
Ogmo-Editor-master/src/editor/
Ogmo-Editor-master/src/editor/GameObject.as
Ogmo-Editor-master/src/editor/Grid.as
Ogmo-Editor-master/src/editor/GridLayer.as
Ogmo-Editor-master/src/editor/Layer.as
Ogmo-Editor-master/src/editor/Node.as
Ogmo-Editor-master/src/editor/ObjectFolder.as
Ogmo-Editor-master/src/editor/ObjectLayer.as
Ogmo-Editor-master/src/editor/PNGEncoder.as
Ogmo-Editor-master/src/editor/Reader.as
Ogmo-Editor-master/src/editor/Settings.as
Ogmo-Editor-master/src/editor/Tile.as
Ogmo-Editor-master/src/editor/TileLayer.as
Ogmo-Editor-master/src/editor/TileRect.as
Ogmo-Editor-master/src/editor/TileUndoState.as
Ogmo-Editor-master/src/editor/Tilemap.as
Ogmo-Editor-master/src/editor/Tileset.as
Ogmo-Editor-master/src/editor/TilesetRectangle.as
Ogmo-Editor-master/src/editor/Undoes.as
Ogmo-Editor-master/src/editor/Utils.as
Ogmo-Editor-master/src/editor/Value.as
Ogmo-Editor-master/src/editor/definitions/
Ogmo-Editor-master/src/editor/definitions/LayerDefinition.as
Ogmo-Editor-master/src/editor/definitions/NodesDefinition.as
Ogmo-Editor-master/src/editor/definitions/ObjectDefinition.as
Ogmo-Editor-master/src/editor/definitions/ValueDefinition.as
Ogmo-Editor-master/src/editor/events/
Ogmo-Editor-master/src/editor/events/LayerSelectEvent.as
Ogmo-Editor-master/src/editor/events/OgmoEvent.as
Ogmo-Editor-master/src/editor/events/TileSelectEvent.as
Ogmo-Editor-master/src/editor/events/TilesetSelectEvent.as
Ogmo-Editor-master/src/editor/events/ToolSelectEvent.as
Ogmo-Editor-master/src/editor/tools/
Ogmo-Editor-master/src/editor/tools/QuickTool.as
Ogmo-Editor-master/src/editor/tools/Tool.as
Ogmo-Editor-master/src/editor/tools/grid/
Ogmo-Editor-master/src/editor/tools/grid/GridTool.as
Ogmo-Editor-master/src/editor/tools/grid/ToolGridFill.as
Ogmo-Editor-master/src/editor/tools/grid/ToolGridPencil.as
Ogmo-Editor-master/src/editor/tools/grid/ToolGridRectangle.as
Ogmo-Editor-master/src/editor/tools/grid/ToolGridSelectArea.as
Ogmo-Editor-master/src/editor/tools/object/
Ogmo-Editor-master/src/editor/tools/object/ObjectTool.as
Ogmo-Editor-master/src/editor/tools/object/ToolObjectNodes.as
Ogmo-Editor-master/src/editor/tools/object/ToolObjectPaint.as
Ogmo-Editor-master/src/editor/tools/object/ToolObjectSelect.as
Ogmo-Editor-master/src/editor/tools/object/ToolObjectTransform.as
Ogmo-Editor-master/src/editor/tools/tile/
Ogmo-Editor-master/src/editor/tools/tile/TileTool.as
Ogmo-Editor-master/src/editor/tools/tile/ToolTileEyedrop.as
Ogmo-Editor-master/src/editor/tools/tile/ToolTilePlace.as
Ogmo-Editor-master/src/editor/tools/tile/ToolTileRectangle.as
Ogmo-Editor-master/src/editor/tools/tile/ToolTileSpecialRect.as
Ogmo-Editor-master/src/editor/ui/
Ogmo-Editor-master/src/editor/ui/BG.as
Ogmo-Editor-master/src/editor/ui/CheckBox.as
Ogmo-Editor-master/src/editor/ui/DebugWindow.as
Ogmo-Editor-master/src/editor/ui/EnterText.as
Ogmo-Editor-master/src/editor/ui/EnterTextBig.as
Ogmo-Editor-master/src/editor/ui/EnterTextInt.as
Ogmo-Editor-master/src/editor/ui/EnterTextNum.as
Ogmo-Editor-master/src/editor/ui/Ghost.as
Ogmo-Editor-master/src/editor/ui/InfoWindow.as
Ogmo-Editor-master/src/editor/ui/Label.as
Ogmo-Editor-master/src/editor/ui/LayerVisibilityButton.as
Ogmo-Editor-master/src/editor/ui/LevelInfoWindow.as
Ogmo-Editor-master/src/editor/ui/MainMenu.as
Ogmo-Editor-master/src/editor/ui/Message.as
Ogmo-Editor-master/src/editor/ui/MouseCoords.as
Ogmo-Editor-master/src/editor/ui/ObjectButton.as
Ogmo-Editor-master/src/editor/ui/ObjectInfoWindow.as
Ogmo-Editor-master/src/editor/ui/ObjectPaletteWindow.as
Ogmo-Editor-master/src/editor/ui/SelBox.as
Ogmo-Editor-master/src/editor/ui/Slider.a

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭