Options module

Contains a list, Options, for easy changing of in-game options.

At some point, this might be broken into several lists.

Options.Options = {'canvas axis color': 'green', 'canvas background color': '#E3F3FF', 'canvas border type': 'ridge', 'canvas border width': 4, 'canvas bottom physics adjustment': 3, 'canvas height': 800, 'canvas left physics adjustment': 5, 'canvas right physics adjustment': 3, 'canvas select radius': 5, 'canvas top physics adjustment': 5, 'canvas width': 800, 'default mass': 10000000, 'gravity': False, 'key force duration': 1, 'key force magnitude': 100000, 'object popup update interval': 1, 'title': 'Physics Simulator', 'update interval': 0.05, 'windows transparent color': '#F3F4FF', 'zoom': 1}