function main()
	Is3D( FALSE );

	AddBackground( "Jenny\\door" );

	-- Displayable objects
	AddSprite( Jenny,   325, 21, 100, 363, nil, VISIBLE+ACTIVE, 5, 6 );
	AddSprite( Grissom,  64,  0, 160, 384, nil, VISIBLE+ACTIVE, 3, 4 );
end