Closed cpeds closed 12 years ago
CarpBlades.lua automatically makes carpentry blades from iron on an anvil.
promptOkay() in common_ui.inc had a missing initialization of the variable color.
Added parseColor() to screen_reader_common.inc. parseColor() converts a color code to an rgb array.
Added fatalError() to ui_utils.inc. fatalError() just provides a common way to play a sound on error.
Added clickXY() to common_click.inc. clickXY() converts x, y coords to a point and calls clickPoint().
CarpBlades.lua automatically makes carpentry blades from iron on an anvil.
promptOkay() in common_ui.inc had a missing initialization of the variable color.
Added parseColor() to screen_reader_common.inc. parseColor() converts a color code to an rgb array.
Added fatalError() to ui_utils.inc. fatalError() just provides a common way to play a sound on error.
Added clickXY() to common_click.inc. clickXY() converts x, y coords to a point and calls clickPoint().