Download Latest Version SGDK2210.zip (4.9 MB)
Email in envelope

Get an email when there's a new version of Scrolling Game Development Kit 2

Home / sgdk2 / 2.2.0
Name Modified Size InfoDownloads / Week
Parent folder
SGDK220.zip 2011-11-16 4.7 MB
README.md 2011-11-14 1.3 kB
Totals: 2 Items   4.7 MB 0

Scrolling Game Development Kit 2.2.0 Release Notes

Changes between version 2.1.9 and 2.2.0

  1. Implement the ability to output project data to HTML5 files (details below).
  2. Output all graphic sheets as hidden img elements.
  3. Output all Framesets as instances of a Frameset object, which may generate additional hidden canvases to host color-modulated frames.
  4. Output all maps and tile layers encoded as Javascript strings.
  5. Output all counters as instances of a Counter object.
  6. Output all sprite definitions and sprites such that each frame of each state can be accurately represented.
  7. Output all tile categories and tile solidity information such that the Sprite object's ReactToSolid function will work, and honor solidity that changes per frame of an animated tile.
  8. Allow HTML5 project to be output to a view that is confined to the size defined by the project, or resizes to fill the browser.
  9. Allow HTML5 project to be output to a single file or multiple files, splitting the Javascript and images to separate files.
  10. Allow HTML5 project to include buttons that automatically switch to the selected map.
  11. Allow mouse or touch events to scroll around the displayed map in HTML5 output.
Source: README.md, updated 2011-11-14