├── README.md ├── json.lua ├── main.lua ├── maps ├── level_0.json └── og_Level0.ogmo ├── ogmo.lua └── tilesets └── 0x72_16x16RobotTileset.v1.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/README.md -------------------------------------------------------------------------------- /json.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/json.lua -------------------------------------------------------------------------------- /main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/main.lua -------------------------------------------------------------------------------- /maps/level_0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/maps/level_0.json -------------------------------------------------------------------------------- /maps/og_Level0.ogmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/maps/og_Level0.ogmo -------------------------------------------------------------------------------- /ogmo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/ogmo.lua -------------------------------------------------------------------------------- /tilesets/0x72_16x16RobotTileset.v1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elGabe/ogmo_reader/HEAD/tilesets/0x72_16x16RobotTileset.v1.png --------------------------------------------------------------------------------