Med tool properties bar

Select a tool and its "tool properties" bar will appear at the bottom of the screen.


 

Med undo

Undo and redo are supported for all the functions that are available in Med.



Med primitives toolbar

The number of faces, the size, the number and arrangement of multiple copies and many more parameters can now be adjusted for every primitive in Med primitives' toolbar.

 

file_for_screen

The new screenshot function allows you to save images from your game as jpg, bmp, dds or png files.

function take_screenshot()
{
file_for_screen("shot.jpg",1); // saves a screenshot to "shot1.jpg"
}

on_s = take_screenshot;