Ed's Tile Picker for tile based games, etc.

Usage should be pretty self-explanatory... just set up your options, hit "Ready", click a tile, and its index appears in your clipboard for pasting into your game data files :)

Contact: edkolis@gmail.com

Version History

v1 - Feb. 23. 2010
Initial release.

v2 - Feb. 24, 2010
Fixed tile picker not working in IE. (Oops!)
Fixed "zero indexed" mode being treated as always on in X,Y index mode.

v3 - Feb. 25, 2010
You can now specify a "start index" of any value, not just 0 or 1.
There is now a Y,X mode.
You can now specify the separator to be used in X,Y mode and Y,X mode.
You can now specify the use of decimal or hexadecimal numbers.
The selection reticule is now inset, not solid white, so it's visible against white backgrounds.
You can now create config files with preset options and load them in the tile picker. Several are included to start with :)

v4 - Jul. 14, 2010
Removed unmatched </label> tag.
Removed call to set user agent, which Chrome now thinks is "unsafe".
NOTE - Browsers apparently now think that retrieving AJAX requests from the current directory is a cross-site scripting attack unless done on an actual web server! For now, you'll need to set up a web server if you want to use the INI files...