forked from byersdz/bitmelo-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecentChanges.json
30 lines (30 loc) · 1.31 KB
/
recentChanges.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"versions": [
{
"version": "2.4.0",
"changes": [
"Added palette importing",
"Added rotate tools to tile editor",
"Added grid hotkey (ctrl + ')",
"Added screen sized gridlines to tilemap editor if the screen size is divisible by the tile size",
"Colors added from the color picker are now inserted into the palette after the active color instead of the last color"
]
},
{
"version": "2.3.0",
"changes": [
"Added Gamepad support",
"Add alternate keyboard buttons",
"Added Game descriptions and controls instructions",
"Swapped Menu Confirm and Menu Back keyboard defaults",
"Changed how audio volume works to better account for human hearing. This will make existing audio volumes quieter.",
"Added onDrawTile parameter function to Screen.drawMap. This allows state changes and animations when drawing a map.",
"Added Screen.drawMapArray to draw an array of tile gid values",
"Added TileMap.getLayerData to get an array of tile gid values from a TileMaps layer",
"Engine.onInit is now called afer all engine initialization is done",
"Added Engine.onConfigure to configure the engine before initialization is done",
"Updated logo and color theme"
]
}
]
}