文件名称: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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.