mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 07:36:31 -05:00
support ruby in rme
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"region_maps": [
|
||||
{
|
||||
"alias": "hoenn",
|
||||
"tilemap": {
|
||||
"width": 64,
|
||||
"height": 64,
|
||||
"format": "plain",
|
||||
"tileset_path": "graphics/pokenav/region_map.png",
|
||||
"tilemap_path": "graphics/pokenav/region_map_map.bin"
|
||||
},
|
||||
"layout": {
|
||||
"width": 28,
|
||||
"height": 15,
|
||||
"offset_left": 1,
|
||||
"offset_top": 2,
|
||||
"format": "C array",
|
||||
"path": "src/data/region_map/region_map_layout.h"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user